Plugin Directory

Changeset 819474


Ignore:
Timestamp:
12/12/2013 05:55:15 AM (12 years ago)
Author:
tomthewebmaster
Message:

Tested with WordPress 3.8 and updating WordPress trac source code URLs

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

Legend:

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

    r801405 r819474  
    33Tags: filter, filters, WordPress, Wordpress
    44Requires at least: 3.0
    5 Tested up to: 3.7
     5Tested up to: 3.8
    66Stable tag: trunk
    77
     
    3636This plugin seeks to disable the capital_P_dangit function, which is the WordPress function that disallows "Wordpress" to be used on blogs.
    3737
    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.
     38The 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.
    3939
    4040The 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  
    33Tags: filter, filters, WordPress, Wordpress
    44Requires at least: 3.0
    5 Tested up to: 3.7
     5Tested up to: 3.8
    66Stable tag: trunk
    77
     
    3636This plugin seeks to disable the capital_P_dangit function, which is the WordPress function that disallows "Wordpress" to be used on blogs.
    3737
    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.
     38The 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.
    3939
    4040The 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.