Changeset 56693 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 09/26/2023 12:11:06 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r56682 r56693 3981 3981 * is wasteful and can lead to bugs in the image counting logic. 3982 3982 */ 3983 $filter_image_removed = remove_filter( 'the_content', 'wp_filter_content_tags' );3983 $filter_image_removed = remove_filter( 'the_content', 'wp_filter_content_tags', 12 ); 3984 3984 3985 3985 /* … … 4004 4004 */ 4005 4005 if ( $filter_image_removed ) { 4006 add_filter( 'the_content', 'wp_filter_content_tags' );4006 add_filter( 'the_content', 'wp_filter_content_tags', 12 ); 4007 4007 } 4008 4008
Note: See TracChangeset
for help on using the changeset viewer.