Changeset 59838 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 02/19/2025 02:50:08 PM (15 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r59837 r59838 198 198 add_filter( 'the_title', 'trim' ); 199 199 200 add_filter( 'the_content', 'apply_block_hooks_to_content ', 8 ); // BEFORE do_blocks().200 add_filter( 'the_content', 'apply_block_hooks_to_content_from_post_object', 8 ); // BEFORE do_blocks(). 201 201 add_filter( 'the_content', 'do_blocks', 9 ); 202 202 add_filter( 'the_content', 'wptexturize' );
Note: See TracChangeset
for help on using the changeset viewer.