Changeset 566811
- Timestamp:
- 07/03/2012 08:43:04 AM (14 years ago)
- Location:
- output-optimizer/trunk
- Files:
-
- 2 edited
-
output_optimizer.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
output-optimizer/trunk/output_optimizer.php
r512598 r566811 4 4 Plugin URI: http://wallgrenconsulting.se 5 5 Description: Removes line-breaks, tabs, double space and html comments from html output. 6 Version: 1. 06 Version: 1.1 7 7 Author: Mikael Wallgren 8 8 Author URI: http://wallgrenconsulting.se … … 23 23 24 24 add_action('get_header', 'oo_start'); 25 remove_action('wp_head','feed_links_extra',3); 26 remove_action('wp_head','feed_links',2); 27 remove_action('wp_head','rsd_link'); 28 remove_action('wp_head','wlwmanifest_link'); 29 remove_action('wp_head','index_rel_link'); 30 remove_action('wp_head','wp_generator'); 25 31 ?> -
output-optimizer/trunk/readme.txt
r512600 r566811 4 4 Tags: output, optimize, optimizer 5 5 Requires at least: 3.3.1 6 Tested up to: 3. 3.17 Stable tag: 1. 06 Tested up to: 3.4.1 7 Stable tag: 1.1 8 8 9 Removes line-breaks, tabs, double space and html commentsfrom html output.9 Removes line-breaks, tabs, double space, html comments and wordpress head-data from html output. 10 10 11 11 == Description == 12 12 13 Removes line-breaks, tabs, double space and html commentsfrom html output.13 Removes line-breaks, tabs, double space, html comments and wordpress head-data from html output. 14 14 15 15 == Installation == … … 20 20 == Changelog == 21 21 22 = 1.1 = 23 * Removes feed_links_extra 24 * Removes feed_links 25 * Removes rsd_link 26 * Removes wlwmanifest_link 27 * Removes index_rel_link 28 * Removes wp_generator 29 22 30 = 1.0 = 23 31 * Released first stable version
Note: See TracChangeset
for help on using the changeset viewer.