Make WordPress Core


Ignore:
Timestamp:
11/02/2010 10:13:16 PM (14 years ago)
Author:
westi
Message:

Revert part of [16126] and restore the correct behaviour in the ms sites list. Fixes #15297 props ronbme

File:
1 edited

Legend:

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

    r16157 r16158  
    175175            echo "<tr class='$class'>";
    176176
    177             $blogname = ( is_subdomain_install() ) ? $blog['path'] : str_replace( '.'.$current_site->domain, '', $blog['domain'] );
     177            $blogname = ( is_subdomain_install() ) ? str_replace( '.'.$current_site->domain, '', $blog['domain'] ) : $blog['path'];
    178178           
    179179            list( $columns, $hidden ) = $this->get_column_info();
Note: See TracChangeset for help on using the changeset viewer.