Plugin Directory

Changeset 328438


Ignore:
Timestamp:
01/03/2011 11:01:01 PM (15 years ago)
Author:
tomthewebmaster
Message:

Fix a link

Location:
remove-wordpress-to-wordpress-filter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • remove-wordpress-to-wordpress-filter/tags/1.2/readme.txt

    r328428 r328438  
    3636The remove_filter function is used in this plugin to undo the add_filter function applied in wp-includes/formatting.php. In versions 1.0 and 1.1 of this plugin, the function was removed for certain priority levels. As of version 1.2, this plugin removes the filter for all possible priority levels. Thanks to <a href="http://subscribe2.wordpress.com/">Matt Robinson</a> for suggesting this method and providing code that is used in the plugin.
    3737
    38 For more information regarding how this function is applied in WordPress, the following are the relevant changesets to the core WordPress code regarding this function.
     38For more information regarding how this function is applied in WordPress, the following are the relevant changesets to the core WordPress code regarding this function:
    3939
    4040* <a href="http://core.trac.wordpress.org/changeset/14996/">Changes made for WordPress 3.0</a>
    4141* <a href="http://core.trac.wordpress.org/changeset/15377/">Changes made for WordPress 3.0.1</a>
    42 * <a href="http://core.trac.wordpress.org/changeset/14996/">Changes made for WordPress 3.1</a>
     42* <a href="http://core.trac.wordpress.org/changeset/15877/">Changes made for WordPress 3.1</a>
  • remove-wordpress-to-wordpress-filter/trunk/readme.txt

    r328426 r328438  
    3636The remove_filter function is used in this plugin to undo the add_filter function applied in wp-includes/formatting.php. In versions 1.0 and 1.1 of this plugin, the function was removed for certain priority levels. As of version 1.2, this plugin removes the filter for all possible priority levels. Thanks to <a href="http://subscribe2.wordpress.com/">Matt Robinson</a> for suggesting this method and providing code that is used in the plugin.
    3737
    38 For more information regarding how this function is applied in WordPress, the following are the relevant changesets to the core WordPress code regarding this function.
     38For more information regarding how this function is applied in WordPress, the following are the relevant changesets to the core WordPress code regarding this function:
    3939
    4040* <a href="http://core.trac.wordpress.org/changeset/14996/">Changes made for WordPress 3.0</a>
    4141* <a href="http://core.trac.wordpress.org/changeset/15377/">Changes made for WordPress 3.0.1</a>
    42 * <a href="http://core.trac.wordpress.org/changeset/14996/">Changes made for WordPress 3.1</a>
     42* <a href="http://core.trac.wordpress.org/changeset/15877/">Changes made for WordPress 3.1</a>
Note: See TracChangeset for help on using the changeset viewer.