- Timestamp:
- 11/02/2010 10:13:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-ms-sites-list-table.php
r16157 r16158 175 175 echo "<tr class='$class'>"; 176 176 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']; 178 178 179 179 list( $columns, $hidden ) = $this->get_column_info();
Note: See TracChangeset
for help on using the changeset viewer.