Changeset 1646081
- Timestamp:
- 04/26/2017 09:40:40 PM (9 years ago)
- Location:
- ab-wp-security
- Files:
-
- 3 added
- 2 edited
-
tags/1.10 (added)
-
tags/1.10/ab-wp-security-plugin.php (added)
-
tags/1.10/readme.txt (added)
-
trunk/ab-wp-security-plugin.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ab-wp-security/trunk/ab-wp-security-plugin.php
r1645744 r1646081 4 4 Plugin URI: http://aleksandar.bjelosevic.info/abwps 5 5 Description: Security plugin that stop User Enumeration in WordPress 6 Version: 1. 06 Version: 1.10 7 7 Author: Aleksandar Bjelosevic 8 8 Author URI: http://aleksandar.bjelosevic.info … … 23 23 } 24 24 25 25 // Remove WordPress Version Number 26 function ab_wp_security_remove_version() { 27 return ''; 28 } 29 add_filter('the_generator', 'ab_wp_security_remove_version'); 26 30 ?> -
ab-wp-security/trunk/readme.txt
r1645744 r1646081 5 5 Requires at least: 3.8 6 6 Tested up to: 4.7.4 7 Stable tag: 1. 07 Stable tag: 1.10 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl.html … … 23 23 == Changelog == 24 24 25 = V1.10 = 26 Remove WordPress Version Number 27 25 28 = V1.00 = 26 29 Stop User Enumeration in WordPress
Note: See TracChangeset
for help on using the changeset viewer.