Ticket #46993: 46993.diff
File 46993.diff, 548 bytes (added by , 6 years ago) |
---|
-
wp-includes/class-wp-recovery-mode-cookie-service.php
diff --git a/wp-includes/class-wp-recovery-mode-cookie-service.php b/wp-includes/class-wp-recovery-mode-cookie-service.php index eed4839cb4..ebc62d0afd 100644
a b final class WP_Recovery_Mode_Cookie_Service { 139 139 /** 140 140 * Parses the cookie into its four parts. 141 141 * 142 * @since 5.2.0 143 * 142 144 * @param string $cookie Cookie content. 143 145 * @return array|WP_Error Cookie parts array, or error object on failure. 144 146 */