PluginProbe
Easy Basic Authentication – Add basic auth to site or admin area / 2
Easy Basic Authentication – Add basic auth to site or admin area v2
trunk 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.4 1.4.1 1.5 1.5.1 1.5.2 1.5.3 1.6 1.6.1 1.6.2 1.6.3 1.6.4 1.7 1.7.1 1.8 1.8.1 1.9 All 50 releases
← All changes | template/log_page.php +0 -1 trunk2 View file →
@@ -1,9 +1,8 @@
1 1 <div class="wrap">
2 2 <h2><?php echo esc_html__('Unauthorized access log', 'easy-basic-authentication'); ?></h2>
3 3 <p>
4 4 <form method="post" action="<?php echo esc_url(admin_url('admin.php?page=basic-auth-login')); ?>">
5 - <?php wp_nonce_field('eba_clear_logs', 'eba_clear_nonce'); ?>
6 5 <input type="hidden" name="clear_mode" value="1">
7 6 <button type="submit" class="button button-primary">
8 7 <?php echo esc_html__('Clear log', 'easy-basic-authentication'); ?>
9 8 </button>