Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #36317


Ignore:
Timestamp:
03/24/2016 01:43:20 AM (9 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36317 – Description

    initial v1  
    4141        $len = strlen( COOKIEPREFIX );
    4242        if ( substr( $this->cookie, 0, $len ) === COOKIEPREFIX ) && ( false !== strpos( $this->cookie, 'test_cookie', $len ) ) {
    43         return true;
     43                return true;
     44        }
    4445}
    4546}}}