Changeset 51965
- Timestamp:
- 11/01/2021 02:29:42 PM (3 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-post-type.php
r51962 r51965 362 362 * The namespace for this post type's REST API endpoints. 363 363 * 364 * @since 5.9 364 * @since 5.9.0 365 365 * @var string|bool $rest_namespace 366 366 */ -
trunk/src/wp-includes/class-wp-taxonomy.php
r51964 r51965 203 203 * The namespace for this taxonomy's REST API endpoints. 204 204 * 205 * @since 5.9 205 * @since 5.9.0 206 206 * @var string|bool $rest_namespace 207 207 */ -
trunk/src/wp-includes/post.php
r51962 r51965 1372 1372 * @since 5.0.0 The `template` and `template_lock` arguments were added. 1373 1373 * @since 5.3.0 The `supports` argument will now accept an array of arguments for a feature. 1374 * @since 5.9.0 The `rest_namespace` argument was added. 1374 1375 * 1375 1376 * @global array $wp_post_types List of post types. -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php
r51964 r51965 302 302 * 303 303 * @since 4.7.0 304 * @since 5.0.0 The `visibility` property was added. 305 * @since 5.9.0 The `rest_namespace` property was added. 304 306 * 305 307 * @return array Item schema data. -
trunk/src/wp-includes/taxonomy.php
r51964 r51965 356 356 * @since 5.4.0 Added the registered taxonomy object as a return value. 357 357 * @since 5.5.0 Introduced `default_term` argument. 358 * @since 5.9.0 Introduced `rest_namespace` argument. 358 359 * 359 360 * @global WP_Taxonomy[] $wp_taxonomies Registered taxonomies.
Note: See TracChangeset
for help on using the changeset viewer.