Changeset 328438
- Timestamp:
- 01/03/2011 11:01:01 PM (15 years ago)
- Location:
- remove-wordpress-to-wordpress-filter
- Files:
-
- 2 edited
-
tags/1.2/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
remove-wordpress-to-wordpress-filter/tags/1.2/readme.txt
r328428 r328438 36 36 The 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. 37 37 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 .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: 39 39 40 40 * <a href="http://core.trac.wordpress.org/changeset/14996/">Changes made for WordPress 3.0</a> 41 41 * <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/1 4996/">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 36 36 The 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. 37 37 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 .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: 39 39 40 40 * <a href="http://core.trac.wordpress.org/changeset/14996/">Changes made for WordPress 3.0</a> 41 41 * <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/1 4996/">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.