Make WordPress Core


Ignore:
Timestamp:
01/07/2010 12:30:53 AM (13 years ago)
Author:
ryan
Message:

s/wpmu/ms/ in file refs. Props Denis-de-Bernardy. see #11644

File:
1 edited

Legend:

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

    r12620 r12622  
    2525        check_admin_referer('siteoptions');
    2626        if( empty( $_POST ) )
    27             wp_die( __("You probably need to go back to the <a href='wpmu-options.php'>options page</a>") );
     27            wp_die( __("You probably need to go back to the <a href='ms-options.php'>options page</a>") );
    2828
    2929        update_site_option( "WPLANG", $_POST['WPLANG'] );
     
    128128        do_action( 'update_wpmu_options' );
    129129
    130         wp_redirect( add_query_arg( "updated", "true", 'wpmu-options.php' ) );
     130        wp_redirect( add_query_arg( "updated", "true", 'ms-options.php' ) );
    131131        exit();
    132132    break;
     
    187187        check_admin_referer('editblog');
    188188        if( empty( $_POST ) )
    189             wp_die( __('You probably need to go back to the <a href="wpmu-blogs.php">blogs page</a>') );
     189            wp_die( __('You probably need to go back to the <a href="ms-blogs.php">blogs page</a>') );
    190190
    191191        // themes
     
    296296        do_action( 'wpmu_update_blog_options' );
    297297        restore_current_blog();
    298         wpmu_admin_do_redirect( "wpmu-blogs.php?action=editblog&updated=true&id=".$id );
     298        wpmu_admin_do_redirect( "ms-blogs.php?action=editblog&updated=true&id=".$id );
    299299    break;
    300300
     
    468468                    wpmu_delete_user( $id );
    469469
    470             wp_redirect( add_query_arg( array('updated' => 'true', 'action' => 'all_delete'), 'wpmu-users.php' ) );
     470            wp_redirect( add_query_arg( array('updated' => 'true', 'action' => 'all_delete'), 'ms-users.php' ) );
    471471        } else {
    472472            foreach ( (array) $_POST['allusers'] as $key => $val ) {
     
    534534
    535535    default:
    536         wpmu_admin_do_redirect( "wpmu-admin.php" );
     536        wpmu_admin_do_redirect( "ms-admin.php" );
    537537    break;
    538538}
Note: See TracChangeset for help on using the changeset viewer.