Changeset 49496
- Timestamp:
- 11/04/2020 02:45:26 AM (4 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-post-type.php
r49494 r49496 272 272 * @link https://developer.wordpress.org/block-editor/developers/block-api/block-templates/ 273 273 * 274 * @since 5. 6.0274 * @since 5.0.0 275 275 * @var array $template 276 276 */ … … 289 289 * @link https://developer.wordpress.org/block-editor/developers/block-api/block-templates/ 290 290 * 291 * @since 5. 6.0291 * @since 5.0.0 292 292 * @var string|false $template_lock 293 293 */ -
trunk/src/wp-includes/post.php
r49495 r49496 1295 1295 * @since 4.7.0 Introduced `show_in_rest`, `rest_base` and `rest_controller_class` 1296 1296 * arguments to register the post type in REST API. 1297 * @since 5.0.0 The `template` and `template_lock` arguments were added. 1297 1298 * @since 5.3.0 The `supports` argument will now accept an array of arguments for a feature. 1298 * @since 5.6.0 The `template` and `template_lock` arguments were added.1299 1299 * 1300 1300 * @global array $wp_post_types List of post types.
Note: See TracChangeset
for help on using the changeset viewer.