Ticket #15593: 15593.2.diff
File 15593.2.diff, 1005 bytes (added by , 14 years ago) |
---|
-
wp-admin/network/site-options.php
45 45 $c++; 46 46 } 47 47 48 do_action( 'wpmu_update_blog_options' ); 48 49 restore_current_blog(); 49 50 wp_redirect( add_query_arg( array( 'update' => 'updated', 'id' => $id ), 'site-options.php') ); 50 51 } … … 122 123 <?php 123 124 } 124 125 } // End foreach 126 do_action( 'wpmueditblogaction', $id ); 125 127 ?> 126 128 </table> 127 129 <?php submit_button(); ?> -
wp-admin/network/site-info.php
56 56 } 57 57 update_blog_details( $id, $blog_data ); 58 58 59 do_action( 'wpmu_update_blog_options' );60 59 restore_current_blog(); 61 60 wp_redirect( add_query_arg( array( 'update' => 'updated', 'id' => $id ), 'site-info.php') ); 62 61 }