Changeset 15759
- Timestamp:
- 10/09/2010 02:11:10 AM (14 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/default-list-tables.php
r15756 r15759 2906 2906 2907 2907 $actions['edit'] = '<span class="edit"><a href="' . esc_url( network_admin_url( 'sites.php?action=editblog&id=' . $blog['blog_id'] ) ) . '">' . __( 'Edit' ) . '</a></span>'; 2908 $actions['backend'] = "<span class='backend'><a href='" . esc_url( get_admin_url( $blog['blog_id'] ) ) . "' class='edit'>" . __( ' Backend' ) . '</a></span>';2908 $actions['backend'] = "<span class='backend'><a href='" . esc_url( get_admin_url( $blog['blog_id'] ) ) . "' class='edit'>" . __( 'Dashboard' ) . '</a></span>'; 2909 2909 if ( $current_site->blog_id != $blog['blog_id'] ) { 2910 2910 if ( get_blog_status( $blog['blog_id'], 'deleted' ) == '1' ) -
trunk/wp-admin/network/sites.php
r15746 r15759 34 34 '<p>' . __('This is the main table of all sites on this network. Switch between list and excerpt views by using the icons above the right side of the table.') . '</p>' . 35 35 '<p>' . __('Hovering over each site reveals seven options (three for the primary site):') . '</p>' . 36 '<ul><li>' . __(' an Edit link to a separate Edit Site screen.') . '</li>' .37 '<li>' . __(' Backend meansthe Dashboard for that site.') . '</li>' .36 '<ul><li>' . __('An Edit link to a separate Edit Site screen.') . '</li>' . 37 '<li>' . __('Dashboard to the Dashboard for that site.') . '</li>' . 38 38 '<li>' . __('Deactivate, Archive, and Spam which lead to confirmation screens. These actions can be reversed later.') . '</li>' . 39 39 '<li>' . __('Delete which is a permanent action after the confirmations screen.') . '</li>' .
Note: See TracChangeset
for help on using the changeset viewer.