Changeset 819474
- Timestamp:
- 12/12/2013 05:55:15 AM (12 years ago)
- Location:
- remove-wordpress-to-wordpress-filter
- Files:
-
- 2 edited
-
tags/1.3/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
remove-wordpress-to-wordpress-filter/tags/1.3/readme.txt
r801405 r819474 3 3 Tags: filter, filters, WordPress, Wordpress 4 4 Requires at least: 3.0 5 Tested up to: 3. 75 Tested up to: 3.8 6 6 Stable tag: trunk 7 7 … … 36 36 This plugin seeks to disable the capital_P_dangit function, which is the WordPress function that disallows "Wordpress" to be used on blogs. 37 37 38 The filter is defined in <a href="http://core.trac.wordpress.org/browser/trunk/ wp-includes/default-filters.php">wp-includes/default-filters.php</a> and is applied in <a href="http://core.trac.wordpress.org/browser/trunk/wp-includes/formatting.php">wp-includes/formatting.php</a> of the core WordPress code.38 The filter is defined in <a href="http://core.trac.wordpress.org/browser/trunk/src/wp-includes/default-filters.php">wp-includes/default-filters.php</a> and is applied in <a href="http://core.trac.wordpress.org/browser/trunk/src/wp-includes/formatting.php">wp-includes/formatting.php</a> of the core WordPress code. 39 39 40 40 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. -
remove-wordpress-to-wordpress-filter/trunk/readme.txt
r801405 r819474 3 3 Tags: filter, filters, WordPress, Wordpress 4 4 Requires at least: 3.0 5 Tested up to: 3. 75 Tested up to: 3.8 6 6 Stable tag: trunk 7 7 … … 36 36 This plugin seeks to disable the capital_P_dangit function, which is the WordPress function that disallows "Wordpress" to be used on blogs. 37 37 38 The filter is defined in <a href="http://core.trac.wordpress.org/browser/trunk/ wp-includes/default-filters.php">wp-includes/default-filters.php</a> and is applied in <a href="http://core.trac.wordpress.org/browser/trunk/wp-includes/formatting.php">wp-includes/formatting.php</a> of the core WordPress code.38 The filter is defined in <a href="http://core.trac.wordpress.org/browser/trunk/src/wp-includes/default-filters.php">wp-includes/default-filters.php</a> and is applied in <a href="http://core.trac.wordpress.org/browser/trunk/src/wp-includes/formatting.php">wp-includes/formatting.php</a> of the core WordPress code. 39 39 40 40 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.
Note: See TracChangeset
for help on using the changeset viewer.