Make WordPress Core


Ignore:
Timestamp:
07/30/2010 08:34:54 PM (15 years ago)
Author:
ryan
Message:

Network Admin, first pass. see #14435

Location:
trunk/wp-admin/network
Files:
1 added
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/themes.php

    r15473 r15481  
    1414
    1515$title = __( 'Network Themes' );
    16 $parent_file = 'ms-admin.php';
     16$parent_file = 'themes.php';
    1717
    1818add_contextual_help($current_screen,
     
    2525);
    2626
    27 require_once( './admin-header.php' );
     27require_once( '../admin-header.php' );
    2828
    2929if ( isset( $_GET['updated'] ) ) {
     
    3737?>
    3838<div class="wrap">
    39     <form action="<?php echo esc_url( admin_url( 'ms-edit.php?action=updatethemes' ) ); ?>" method="post">
     39    <form action="<?php echo esc_url( network_admin_url( 'edit.php?action=updatethemes' ) ); ?>" method="post">
    4040        <?php screen_icon(); ?>
    4141        <h2><?php _e( 'Network Themes' ) ?></h2>
     
    9797</div>
    9898
    99 <?php include( './admin-footer.php' ); ?>
     99<?php include( '../admin-footer.php' ); ?>
Note: See TracChangeset for help on using the changeset viewer.