Changeset 6069
- Timestamp:
- 09/10/2007 03:34:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/compat.php
r6064 r6069 121 121 $k = $prefix.$k; 122 122 if ( !empty($key) ) 123 $k = $key . '%5B' . $k . '%5D';123 $k = $key . $lsb . $k . $rsb; 124 124 if ( $v === NULL ) 125 125 continue;
Note: See TracChangeset
for help on using the changeset viewer.