- Timestamp:
- 08/26/2021 12:57:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-pattern-directory-controller.php
r51461 r51657 273 273 add_filter( 274 274 'rest_prepare_block_pattern', 275 function( $response ) {275 static function( $response ) { 276 276 return 'initial value'; 277 277 } … … 287 287 add_filter( 288 288 'rest_prepare_block_pattern', 289 function( $response ) {289 static function( $response ) { 290 290 return 'modified the cache'; 291 291 },
Note: See TracChangeset
for help on using the changeset viewer.