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

Props mukesh27.
Fixes #46993.

git-svn-id: https://develop.svn.wordpress.org/trunk@45253 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-04-19 13:59:24 +00:00
parent f7dba2af72
commit 49a845493f
1 changed files with 2 additions and 0 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.
*/