- Timestamp:
- 12/07/2010 03:00:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-ms-users-list-table.php
r16764 r16765 222 222 223 223 $path = ( $val->path == '/' ) ? '' : $val->path; 224 echo '<span class="site-' . $val->site_id . '" >'; 224 225 echo '<a href="'. esc_url( network_admin_url( 'site-info.php?id=' . $val->userblog_id ) ) .'">' . str_replace( '.' . $current_site->domain, '', $val->domain . $path ) . '</a>'; 225 echo ' <small class="row-actions site-' . $val->site_id . '">';226 echo ' <small class="row-actions">'; 226 227 $actions = array(); 227 228 $actions['edit'] = '<a href="'. esc_url( network_admin_url( 'site-info.php?id=' . $val->userblog_id ) ) .'">' . __( 'Edit' ) . '</a>'; … … 248 249 echo "<span class='$action'>$link$sep</span>"; 249 250 } 250 echo '</s mall><br/>';251 echo '</span></small><br/>'; 251 252 } 252 253 }
Note: See TracChangeset
for help on using the changeset viewer.