Make WordPress Core


Ignore:
Timestamp:
01/05/2012 08:50:54 PM (15 years ago)
Author:
ryan
Message:

User lowercase true, false, null instead of uppercase. Props c3mdigital, mfields. fixes #16302

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/cache.php

    r19593 r19687  
    497497                        $group = 'default';
    498498
    499                 if ( NULL === $data )
     499                if ( null === $data )
    500500                        $data = '';
    501501
Note: See TracChangeset for help on using the changeset viewer.