PluginProbe
Patchstack – WordPress & Plugins Security / 2.1.6
Patchstack – WordPress & Plugins Security v2.1.6
2.3.7 trunk 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.16 2.1.17 2.1.18 2.1.19 2.1.2 2.1.20 2.1.21 2.1.22 2.1.23 2.1.24 2.1.25 2.1.3 2.1.4 2.1.5 2.1.6 All 49 releases
← All changes | includes/views/2fa-login-form.php +12 -12 trunk2.1.6 View file →
@@ -1,12 +1,12 @@
1 -<?php
2 -// Do not allow the file to be called directly.
3 -if ( ! defined( 'ABSPATH' ) ) {
4 - exit;
5 -}
6 -?>
7 -<p>
8 - <label for="patchstack_2fa"><?php echo esc_attr__( '2FA Code', 'patchstack' ); ?>
9 - <span style="font-size: 9px;">(<?php echo esc_attr__( 'leave empty if no 2FA setup', 'patchstack' ); ?>)</span><br />
10 - <input type="text" name="patchstack_2fa" id="patchstack_2fa" class="input" value="" size="25" autocomplete="off" />
11 - </label>
12 -</p>
1 +<?php
2 +// Do not allow the file to be called directly.
3 +if ( ! defined( 'ABSPATH' ) ) {
4 + exit;
5 +}
6 +?>
7 +<p>
8 + <label for="patchstack_2fa"><?php echo __( '2FA Code', 'patchstack' ); ?>
9 + <span style="font-size: 9px;">(<?php echo __( 'leave empty if no 2FA setup', 'patchstack' ); ?></span><br />
10 + <input type="text" name="patchstack_2fa" id="patchstack_2fa" class="input" value="" size="25" autocomplete="off" />
11 + </label>
12 +</p>