Changeset 16627 for trunk/wp-admin/network/site-options.php
- Timestamp:
- 11/30/2010 08:29:02 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/network/site-options.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.