Changeset 16985
- Timestamp:
- 12/16/2010 07:14:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/site-settings.php
r16984 r16985 57 57 do_action( 'wpmu_update_blog_options' ); 58 58 restore_current_blog(); 59 wp_redirect( add_query_arg( array( 'update' => 'updated', 'id' => $id ), 'site- options.php') );59 wp_redirect( add_query_arg( array( 'update' => 'updated', 'id' => $id ), 'site-settings.php') ); 60 60 exit; 61 61 } … … 97 97 echo '<div id="message" class="updated"><p>' . $msg . '</p></div>'; 98 98 } ?> 99 <form method="post" action="site- options.php?action=update-site">99 <form method="post" action="site-settings.php?action=update-site"> 100 100 <?php wp_nonce_field( 'edit-site' ); ?> 101 101 <input type="hidden" name="id" value="<?php echo esc_attr( $id ) ?>" />
Note: See TracChangeset
for help on using the changeset viewer.