Changeset 15481 for trunk/wp-admin/network/settings.php
- Timestamp:
- 07/30/2010 08:34:54 PM (14 years ago)
- Location:
- trunk/wp-admin/network
- Files:
-
- 1 added
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/settings.php
r15473 r15481 17 17 18 18 $title = __( 'Network Options' ); 19 $parent_file = ' ms-admin.php';19 $parent_file = 'settings.php'; 20 20 21 21 add_contextual_help($current_screen, … … 34 34 ); 35 35 36 include( '. /admin-header.php' );36 include( '../admin-header.php' ); 37 37 38 38 if (isset($_GET['updated'])) { … … 46 46 <?php screen_icon(); ?> 47 47 <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"> 49 49 <?php wp_nonce_field( 'siteoptions' ); ?> 50 50 <h3><?php _e( 'Operational Settings' ); ?></h3> … … 316 316 </div> 317 317 318 <?php include( '. /admin-footer.php' ); ?>318 <?php include( '../admin-footer.php' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.