Changeset 378298
- Timestamp:
- 04/28/2011 10:00:27 AM (15 years ago)
- Location:
- remove-wp-version-everywhere/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
remver.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
remove-wp-version-everywhere/trunk/readme.txt
r374551 r378298 4 4 Tags: version, remove version, remove wordpress version, remove version rss, remove generated, remove generator, obscurity, obscure, 5 5 Requires at least: 2.5 6 Tested up to: 3.1. 16 Tested up to: 3.1.2 7 7 Stable tag: 1.0.0 8 8 … … 13 13 A simple plugin to prevent people from knowing what version of Wordpress you're using via your HTML source or RSS feed. 14 14 15 These days WordPress automaticaly print out version on every page and feed. Unlike other plugins that just remove the version from WordPress generator tag on pages, this plugin simply tells the automatic function to not print out anything, not even on RSS Feeds. 15 These days WordPress automaticaly print out version on every page and feed. Unlike other plugins that just remove the version from WordPress generator tag on pages, this plugin simply tells the automatic function to not print out anything, not even on RSS Feeds. With Multisite Support. 16 16 17 17 -
remove-wp-version-everywhere/trunk/remver.php
r374551 r378298 2 2 /* 3 3 PLUGIN NAME: Remove WP version everywhere 4 PLUGIN URI: http://w ww.frisno.com/wordpress-plugin/4 PLUGIN URI: http://wordpress.org/extend/plugins/remove-wp-version-everywhere/ 5 5 DESCRIPTION: Removes Wordpress and version from post, pages and RSS 6 6 AUTHOR: Frisno 7 7 AUTHOR URI: http://www.frisno.com/ 8 VERSION: 1.0. 08 VERSION: 1.0.1 9 9 */ 10 10
Note: See TracChangeset
for help on using the changeset viewer.