Changeset 15481 for trunk/wp-admin/network/themes.php
- Timestamp:
- 07/30/2010 08:34:54 PM (15 years ago)
- Location:
- trunk/wp-admin/network
- Files:
-
- 1 added
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/themes.php
r15473 r15481 14 14 15 15 $title = __( 'Network Themes' ); 16 $parent_file = ' ms-admin.php';16 $parent_file = 'themes.php'; 17 17 18 18 add_contextual_help($current_screen, … … 25 25 ); 26 26 27 require_once( '. /admin-header.php' );27 require_once( '../admin-header.php' ); 28 28 29 29 if ( isset( $_GET['updated'] ) ) { … … 37 37 ?> 38 38 <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"> 40 40 <?php screen_icon(); ?> 41 41 <h2><?php _e( 'Network Themes' ) ?></h2> … … 97 97 </div> 98 98 99 <?php include( '. /admin-footer.php' ); ?>99 <?php include( '../admin-footer.php' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.