Changeset 19687 for trunk/wp-includes/functions.php
- Timestamp:
- 01/05/2012 08:50:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r19685 r19687 674 674 if ( !empty($key) ) 675 675 $k = $key . '%5B' . $k . '%5D'; 676 if ( $v === NULL)676 if ( $v === null ) 677 677 continue; 678 678 elseif ( $v === FALSE ) … … 687 687 } 688 688 689 if ( NULL=== $sep )689 if ( null === $sep ) 690 690 $sep = ini_get('arg_separator.output'); 691 691
Note: See TracChangeset
for help on using the changeset viewer.