Changeset 918397
- Timestamp:
- 05/21/2014 03:55:24 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
block-default-login-attempts/trunk/block-default-login-attempts.php
r916385 r918397 3 3 Plugin Name: Block Default Login Attempts 4 4 Description: Completely block default admin user login attempts in WordPress. 5 Version: 1.3. 05 Version: 1.3.1 6 6 Author: Ben Yates 7 7 Author URI: http://bayates.host-ed.me/wordpress/ … … 121 121 $attempts = get_option('block_default_login_attempts', 0); 122 122 if ($attempts) { 123 $links_new = array('<b>' . $attempts. '</b> attempts blocked');123 $links_new = array('<b>' . number_format($attempts) . '</b> attempts blocked'); 124 124 } else { 125 125 $links_new = array('No attempts encountered');
Note: See TracChangeset
for help on using the changeset viewer.