Docs: Update @since version to 4.9.8 for meta registration subtype handling.

This feature has been backported to 4.9.8 so 5.0.0 is inaccurate.

See #38323.


git-svn-id: https://develop.svn.wordpress.org/trunk@43520 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
K. Adam White
2018-07-23 17:01:02 +00:00
parent 796bac8645
commit 9fd092fb71
9 changed files with 20 additions and 20 deletions

View File

@@ -30,7 +30,7 @@ class WP_REST_Comment_Meta_Fields extends WP_REST_Meta_Fields {
/**
* Retrieves the object meta subtype.
*
* @since 5.0.0
* @since 4.9.8
*
* @return string 'comment' There are no subtypes.
*/

View File

@@ -27,7 +27,7 @@ abstract class WP_REST_Meta_Fields {
/**
* Retrieves the object meta subtype.
*
* @since 5.0.0
* @since 4.9.8
*
* @return string Subtype for the meta type, or empty string if no specific subtype.
*/

View File

@@ -49,7 +49,7 @@ class WP_REST_Post_Meta_Fields extends WP_REST_Meta_Fields {
/**
* Retrieves the object meta subtype.
*
* @since 5.0.0
* @since 4.9.8
*
* @return string Subtype for the meta type, or empty string if no specific subtype.
*/

View File

@@ -49,7 +49,7 @@ class WP_REST_Term_Meta_Fields extends WP_REST_Meta_Fields {
/**
* Retrieves the object meta subtype.
*
* @since 5.0.0
* @since 4.9.8
*
* @return string Subtype for the meta type, or empty string if no specific subtype.
*/

View File

@@ -30,7 +30,7 @@ class WP_REST_User_Meta_Fields extends WP_REST_Meta_Fields {
/**
* Retrieves the object meta subtype.
*
* @since 5.0.0
* @since 4.9.8
*
* @return string 'user' There are no subtypes.
*/