Changeset 58381
- Timestamp:
- 06/11/2024 02:38:42 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r58292 r58381 287 287 288 288 // Misc filters. 289 add_filter( 'wp_default_autoload_value', 'wp_filter_default_autoload_value_via_option_size', 10, 4 );289 add_filter( 'wp_default_autoload_value', 'wp_filter_default_autoload_value_via_option_size', 5, 4 ); // Allow the value to be overridden at the default priority. 290 290 add_filter( 'option_ping_sites', 'privacy_ping_filter' ); 291 291 add_filter( 'option_blog_charset', '_wp_specialchars' ); // IMPORTANT: This must not be wp_specialchars() or esc_html() or it'll cause an infinite loop.
Note: See TracChangeset
for help on using the changeset viewer.