Changeset 41087 for branches/4.8/src/wp-includes/default-filters.php
- Timestamp:
- 07/18/2017 10:18:12 PM (7 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
-
branches/4.8/src/wp-includes/default-filters.php
r41044 r41087 170 170 add_filter( 'widget_text_content', 'convert_smilies', 20 ); 171 171 add_filter( 'widget_text_content', 'wpautop' ); 172 173 add_filter( 'widget_custom_html_content', 'balanceTags' );174 172 175 173 add_filter( 'date_i18n', 'wp_maybe_decline_date' );
Note: See TracChangeset
for help on using the changeset viewer.