Changeset 41361 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 09/10/2017 06:32:34 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r41268 r41361 170 170 add_filter( 'widget_text_content', 'convert_smilies', 20 ); 171 171 add_filter( 'widget_text_content', 'wpautop' ); 172 add_filter( 'widget_text_content', 'shortcode_unautop' ); 173 add_filter( 'widget_text_content', 'do_shortcode', 11 ); // Runs after wpautop(); note that $post global will be null when shortcodes run. 172 174 173 175 add_filter( 'date_i18n', 'wp_maybe_decline_date' );
Note: See TracChangeset
for help on using the changeset viewer.