diff options
author | K. Adam White <kadamwhite@git.wordpress.org> | 2018-07-23 17:01:02 +0000 |
---|---|---|
committer | K. Adam White <kadamwhite@git.wordpress.org> | 2018-07-23 17:01:02 +0000 |
commit | 9fd092fb71b30d828f96375fbc2ec39659951a31 (patch) | |
tree | bff7a53764860c172bb4598fbbad7a5434164829 /src/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php | |
parent | 796bac86451a4fb626b298181c9ac1f37bc6c441 (diff) | |
download | wordpress-9fd092fb71b30d828f96375fbc2ec39659951a31.tar.gz wordpress-9fd092fb71b30d828f96375fbc2ec39659951a31.zip |
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
Diffstat (limited to 'src/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php')
-rw-r--r-- | src/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php b/src/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php index d1c3ad6ad9..cddc50dcd4 100644 --- a/src/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php +++ b/src/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php @@ -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. */ |