Skip to content

Commit

Permalink
Docs: Add missing @since tag for `WP_Recovery_Mode_Cookie_Service::…
Browse files Browse the repository at this point in the history
…parse_cookie()`.

Props mukesh27.
Fixes #46993.

git-svn-id: https://develop.svn.wordpress.org/trunk@45253 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov authored and SergeyBiryukov committed Apr 19, 2019
1 parent df217f1 commit bc320e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wp-includes/class-wp-recovery-mode-cookie-service.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ public function get_session_id_from_cookie( $cookie = '' ) {
/**
* 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.
*/
Expand Down

0 comments on commit bc320e1

Please sign in to comment.