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/functions.php

    r19685 r19687  
    674674                if ( !empty($key) )
    675675                        $k = $key . '%5B' . $k . '%5D';
    676                 if ( $v === NULL )
     676                if ( $v === null )
    677677                        continue;
    678678                elseif ( $v === FALSE )
     
    687687        }
    688688
    689         if ( NULL === $sep )
     689        if ( null === $sep )
    690690                $sep = ini_get('arg_separator.output');
    691691
Note: See TracChangeset for help on using the changeset viewer.