Docs: Add missing @since tag for WP_Recovery_Mode_Cookie_Service::parse_cookie().

Props mukesh27.
Fixes #46993.
Built from https://develop.svn.wordpress.org/trunk@45253


git-svn-id: http://core.svn.wordpress.org/trunk@45062 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-04-19 14:00:51 +00:00
parent bd9421104a
commit d5c77c833a
2 changed files with 3 additions and 1 deletions

View File

@ -139,6 +139,8 @@ final class WP_Recovery_Mode_Cookie_Service {
/**
* Parses the cookie into its four parts.
*
* @since 5.2.0
*
* @param string $cookie Cookie content.
* @return array|WP_Error Cookie parts array, or error object on failure.
*/

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-beta3-45252';
$wp_version = '5.2-beta3-45253';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.