Make WordPress Core

Changeset 6069


Ignore:
Timestamp:
09/10/2007 03:34:13 PM (17 years ago)
Author:
markjaquith
Message:

Forgot to use $lsb and $rsb in [6064]. Props mdawaffe. see #4935. see #4878

File:
1 edited

Legend:

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

    r6064 r6069  
    121121            $k = $prefix.$k;
    122122        if ( !empty($key) )
    123             $k = $key . '%5B' . $k . '%5D';
     123            $k = $key . $lsb . $k . $rsb;
    124124        if ( $v === NULL )
    125125            continue;
Note: See TracChangeset for help on using the changeset viewer.