Make WordPress Core

Changeset 17496


Ignore:
Timestamp:
03/02/2011 06:33:55 PM (14 years ago)
Author:
nacin
Message:

Avoid mangling the current site path variable with the search query. props greuben, fixes #16720 for trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-ms-sites-list-table.php

    r17336 r17496  
    7373            } else {
    7474                if ( $like_s != trim('/', $current_site->path) )
    75                     $blog_s = $current_site->path .= $like_s . $wild . '/';
     75                    $blog_s = $current_site->path . $like_s . $wild . '/';
    7676                else
    7777                    $blog_s = $like_s;
Note: See TracChangeset for help on using the changeset viewer.