Changeset 45901 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 08/28/2019 12:51:16 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r45507 r45901 209 209 add_filter( 'widget_text_content', 'shortcode_unautop' ); 210 210 add_filter( 'widget_text_content', 'do_shortcode', 11 ); // Runs after wpautop(); note that $post global will be null when shortcodes run. 211 212 add_filter( 'date_i18n', 'wp_maybe_decline_date' );213 211 214 212 // RSS filters
Note: See TracChangeset
for help on using the changeset viewer.