Make WordPress Core


Ignore:
Timestamp:
01/05/2012 08:50:54 PM (13 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/query.php

    r19684 r19687  
    29292929            return $this->queried_object;
    29302930
    2931         $this->queried_object = NULL;
     2931        $this->queried_object = null;
    29322932        $this->queried_object_id = 0;
    29332933
Note: See TracChangeset for help on using the changeset viewer.