- Timestamp:
- 11/13/2013 03:22:48 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-users-list-table.php
r23563 r26120 134 134 135 135 function display_rows() { 136 global $ current_site, $mode;136 global $mode; 137 137 138 138 $alt = ''; … … 224 224 $path = ( $val->path == '/' ) ? '' : $val->path; 225 225 echo '<span class="site-' . $val->site_id . '" >'; 226 echo '<a href="'. esc_url( network_admin_url( 'site-info.php?id=' . $val->userblog_id ) ) .'">' . str_replace( '.' . $current_site->domain, '', $val->domain . $path ) . '</a>';226 echo '<a href="'. esc_url( network_admin_url( 'site-info.php?id=' . $val->userblog_id ) ) .'">' . str_replace( '.' . get_current_site()->domain, '', $val->domain . $path ) . '</a>'; 227 227 echo ' <small class="row-actions">'; 228 228 $actions = array();
Note: See TracChangeset
for help on using the changeset viewer.