- Timestamp:
- 05/20/2022 12:59:55 AM (3 years ago)
- Location:
- branches/6.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
-
branches/6.0/tests/phpunit/tests/rest-api/wpRestTemplatesController.php
r52436 r53417 286 286 'post_title' => 'Home Page Template', 287 287 'post_content' => file_get_contents( $theme_root_dir . 'block-theme/templates/page-home.html' ), 288 'post_excerpt' => 'Description of page home template.', 289 ), 290 ), 291 'template: parent theme deprecated path' => array( 292 'theme_dir' => 'themedir1/block-theme-deprecated-path', 293 'template' => 'page-home', 294 'args' => array( 295 'post_name' => 'page-home', 296 'post_title' => 'Home Page Template', 297 'post_content' => file_get_contents( $theme_root_dir . 'block-theme-deprecated-path/block-templates/page-home.html' ), 288 298 'post_excerpt' => 'Description of page home template.', 289 299 ),
Note: See TracChangeset
for help on using the changeset viewer.