Plugin Directory

Changeset 566811


Ignore:
Timestamp:
07/03/2012 08:43:04 AM (14 years ago)
Author:
Menkii
Message:

Removes wordpress head-data

Location:
output-optimizer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • output-optimizer/trunk/output_optimizer.php

    r512598 r566811  
    44Plugin URI: http://wallgrenconsulting.se
    55Description: Removes line-breaks, tabs, double space and html comments from html output.
    6 Version: 1.0
     6Version: 1.1
    77Author: Mikael Wallgren
    88Author URI: http://wallgrenconsulting.se
     
    2323
    2424add_action('get_header', 'oo_start');
     25remove_action('wp_head','feed_links_extra',3);
     26remove_action('wp_head','feed_links',2);
     27remove_action('wp_head','rsd_link');
     28remove_action('wp_head','wlwmanifest_link');
     29remove_action('wp_head','index_rel_link');
     30remove_action('wp_head','wp_generator');
    2531?>
  • output-optimizer/trunk/readme.txt

    r512600 r566811  
    44Tags: output, optimize, optimizer
    55Requires at least: 3.3.1
    6 Tested up to: 3.3.1
    7 Stable tag: 1.0
     6Tested up to: 3.4.1
     7Stable tag: 1.1
    88
    9 Removes line-breaks, tabs, double space and html comments from html output.
     9Removes line-breaks, tabs, double space, html comments and wordpress head-data from html output.
    1010
    1111== Description ==
    1212
    13 Removes line-breaks, tabs, double space and html comments from html output.
     13Removes line-breaks, tabs, double space, html comments and wordpress head-data from html output.
    1414
    1515== Installation ==
     
    2020== Changelog ==
    2121
     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
    2230= 1.0 =
    2331* Released first stable version
Note: See TracChangeset for help on using the changeset viewer.