Changeset 16627
- Timestamp:
- 11/30/2010 08:29:02 PM (14 years ago)
- Location:
- trunk/wp-admin/network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/site-info.php
r16306 r16627 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') ); -
trunk/wp-admin/network/site-options.php
r16431 r16627 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') ); … … 123 124 } 124 125 } // End foreach 126 do_action( 'wpmueditblogaction', $id ); 125 127 ?> 126 128 </table>
Note: See TracChangeset
for help on using the changeset viewer.