Changeset 24510 for trunk/wp-includes/default-filters.php
- Timestamp:
- 06/25/2013 07:03:17 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r24387 r24510 180 180 add_filter( 'option_ping_sites', 'privacy_ping_filter' ); 181 181 add_filter( 'option_blog_charset', '_wp_specialchars' ); // IMPORTANT: This must not be wp_specialchars() or esc_html() or it'll cause an infinite loop 182 add_filter( 'option_blog_charset', '_canonical_charset' ); 182 183 add_filter( 'option_home', '_config_wp_home' ); 183 184 add_filter( 'option_siteurl', '_config_wp_siteurl' );
Note: See TracChangeset
for help on using the changeset viewer.