Make WordPress Core


Ignore:
Timestamp:
02/24/2010 07:56:10 PM (15 years ago)
Author:
wpmuguru
Message:

more multisite UX rebranding, See #11644

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/ms-users.php

    r13301 r13379  
    126126
    127127        <?php if ( isset($_GET['s']) && $_GET['s'] != '' ) : ?>
    128             <p><a href="ms-sites.php?action=blogs&amp;s=<?php echo urlencode( stripslashes( $s ) ); ?>&blog_name=Search+blogs+by+name"><?php _e('Search Blogs for') ?> <strong><?php echo stripslashes( $s ) ?></strong></a></p>
     128            <p><a href="ms-sites.php?action=blogs&amp;s=<?php echo urlencode( stripslashes( $s ) ); ?>&blog_name=Search+blogs+by+name"><?php _e('Search Sites for') ?> <strong><?php echo stripslashes( $s ) ?></strong></a></p>
    129129        <?php endif; ?>
    130130
     
    146146                <?php foreach( (array) $posts_columns as $column_id => $column_display_name) {
    147147                    if ( $column_id == 'blogs' ) {
    148                         echo '<th scope="col">'.__('Blogs').'</th>';
     148                        echo '<th scope="col">'.__('Sites').'</th>';
    149149                    } elseif ( $column_id == 'checkbox') {
    150150                        echo '<th scope="col" class="check-column"><input type="checkbox" /></th>';
Note: See TracChangeset for help on using the changeset viewer.