Make WordPress Core


Ignore:
Timestamp:
07/30/2010 08:34:54 PM (14 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/settings.php

    r15473 r15481  
    1717
    1818$title = __( 'Network Options' );
    19 $parent_file = 'ms-admin.php';
     19$parent_file = 'settings.php';
    2020
    2121add_contextual_help($current_screen,
     
    3434);
    3535
    36 include( './admin-header.php' );
     36include( '../admin-header.php' );
    3737
    3838if (isset($_GET['updated'])) {
     
    4646    <?php screen_icon(); ?>
    4747    <h2><?php _e( 'Network Options' ) ?></h2>
    48     <form method="post" action="ms-edit.php?action=siteoptions">
     48    <form method="post" action="edit.php?action=siteoptions">
    4949        <?php wp_nonce_field( 'siteoptions' ); ?>
    5050        <h3><?php _e( 'Operational Settings' ); ?></h3>
     
    316316</div>
    317317
    318 <?php include( './admin-footer.php' ); ?>
     318<?php include( '../admin-footer.php' ); ?>
Note: See TracChangeset for help on using the changeset viewer.