Changeset 54356
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php
r54263 r54356 188 188 ), 189 189 'post_types' => array( 190 'description' => __( ' 190 'description' => __( 'An array of post types that the pattern is restricted to be used with.' ), 191 191 'type' => 'array', 192 192 'readonly' => true, -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php
r54269 r54356 83 83 ), 84 84 'is_custom' => array( 85 'description' => __( ' 85 'description' => __( 'Indicates if a template is custom or part of the template hierarchy' ), 86 86 'type' => 'boolean', 87 87 ), -
trunk/tests/qunit/fixtures/wp-api-generated.js
r54273 r54356 5158 5158 }, 5159 5159 "is_custom": { 5160 "description": " 5160 "description": "Indicates if a template is custom or part of the template hierarchy", 5161 5161 "type": "boolean", 5162 5162 "required": false … … 5847 5847 }, 5848 5848 "is_custom": { 5849 "description": " 5849 "description": "Indicates if a template is custom or part of the template hierarchy", 5850 5850 "type": "boolean", 5851 5851 "required": false
Note: See TracChangeset
for help on using the changeset viewer.