Make WordPress Core


Ignore:
Timestamp:
10/09/2010 02:11:10 AM (14 years ago)
Author:
nacin
Message:

s/Backend/Dashboard/. props markmcwilliams, fixes #14585.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/default-list-tables.php

    r15756 r15759  
    29062906
    29072907                            $actions['edit']    = '<span class="edit"><a href="' . esc_url( network_admin_url( 'sites.php?action=editblog&amp;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>';
    29092909                            if ( $current_site->blog_id != $blog['blog_id'] ) {
    29102910                                if ( get_blog_status( $blog['blog_id'], 'deleted' ) == '1' )
Note: See TracChangeset for help on using the changeset viewer.