Make WordPress Core


Ignore:
Timestamp:
01/14/2010 07:42:55 PM (15 years ago)
Author:
wpmuguru
Message:

change ms-blogs.php refs to ms-sites.php, remove extraneous character, See #11644

File:
1 edited

Legend:

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

    r12646 r12725  
    125125
    126126        <?php if( isset($_GET['s']) && $_GET['s'] != '' ) : ?>
    127             <p><a href="ms-blogs.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>
     127            <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>
    128128        <?php endif; ?>
    129129
     
    220220                                        foreach ( (array) $blogs as $key => $val ) {
    221221                                            $path   = ($val->path == '/') ? '' : $val->path;
    222                                             echo '<a href="ms-blogs.php?action=editblog&amp;id=' . $val->userblog_id . '">' . str_replace( '.' . $current_site->domain, '', $val->domain . $path ) . '</a>';
     222                                            echo '<a href="ms-sites.php?action=editblog&amp;id=' . $val->userblog_id . '">' . str_replace( '.' . $current_site->domain, '', $val->domain . $path ) . '</a>';
    223223                                            echo ' <small class="row-actions">';
    224224
    225225                                            // Edit
    226                                             echo '<a href="ms-blogs.php?action=editblog&amp;id=' . $val->userblog_id . '">' . __('Edit') . '</a> | ';
     226                                            echo '<a href="ms-sites.php?action=editblog&amp;id=' . $val->userblog_id . '">' . __('Edit') . '</a> | ';
    227227
    228228                                            // View
Note: See TracChangeset for help on using the changeset viewer.