Changeset 4246
- Timestamp:
- 09/25/06 05:13:03 (2 years ago)
- Files:
-
- branches/2.0/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/default-filters.php
r4229 r4246 141 141 add_filter('the_author', 'ent2ncr', 8); 142 142 143 <<<<<<< .working144 =======145 143 // Misc filters 146 144 add_filter('option_ping_sites', 'privacy_ping_filter'); 147 145 add_filter('option_blog_charset', 'wp_specialchars'); 148 146 149 >>>>>>> .merge-right.r4112150 147 // Actions 151 148 add_action('publish_post', 'generic_ping');
