- Timestamp:
- 09/12/2023 03:21:02 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-pattern-directory-controller.php
r56548 r56559 311 311 add_filter( 312 312 'rest_prepare_block_pattern', 313 static function ( $response ) {313 static function ( $response ) { 314 314 return 'initial value'; 315 315 } … … 325 325 add_filter( 326 326 'rest_prepare_block_pattern', 327 static function ( $response ) {327 static function ( $response ) { 328 328 return 'modified the cache'; 329 329 },
Note: See TracChangeset
for help on using the changeset viewer.