Make WordPress Core

Ticket #46993: 46993.diff

File 46993.diff, 548 bytes (added by mukesh27, 6 years ago)

Patch.

  • 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 { 
    139139        /**
    140140         * Parses the cookie into its four parts.
    141141         *
     142         * @since 5.2.0
     143         *
    142144         * @param string $cookie Cookie content.
    143145         * @return array|WP_Error Cookie parts array, or error object on failure.
    144146         */