Changeset 56598 for trunk/tests/phpunit/tests/formatting/wpTrimExcerpt.php
- Timestamp:
- 09/17/2023 02:08:25 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/wpTrimExcerpt.php
r56561 r56598 182 182 add_filter( 183 183 'the_content', 184 static function ( $content ) use ( &$has_filter ) {184 static function ( $content ) use ( &$has_filter ) { 185 185 $has_filter = has_filter( 'the_content', 'do_blocks' ); 186 186 return $content;
Note: See TracChangeset
for help on using the changeset viewer.