Changeset 56559 for trunk/tests/phpunit/tests/formatting/wpTrimExcerpt.php
- Timestamp:
- 09/12/2023 03:21:02 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/wpTrimExcerpt.php
r55850 r56559 109 109 add_filter( 110 110 'the_content', 111 static function ( $content ) use ( &$has_filter ) {111 static function ( $content ) use ( &$has_filter ) { 112 112 $has_filter = has_filter( 'the_content', 'wp_filter_content_tags' ); 113 113 return $content;
Note: See TracChangeset
for help on using the changeset viewer.