Changeset 43883 for branches/5.0/src/wp-includes/blocks.php
- Timestamp:
- 11/09/2018 09:43:29 AM (7 years ago)
- File:
-
- 1 edited
-
branches/5.0/src/wp-includes/blocks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/blocks.php
r43879 r43883 223 223 function _restore_wpautop_hook( $content ) { 224 224 global $wp_filter; 225 $current_priority = $wp_filter['the_content']->current_priority();225 $current_priority = has_filter( 'the_content', '_restore_wpautop_hook' ); 226 226 227 227 add_filter( 'the_content', 'wpautop', $current_priority - 1 );
Note: See TracChangeset
for help on using the changeset viewer.