Changeset 25952 for trunk/src/wp-admin/network/site-settings.php
- Timestamp:
- 10/27/2013 08:04:16 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/site-settings.php
r25616 r25952 59 59 } 60 60 61 /** 62 * Fires after network options are updated. 63 * 64 * @since 3.0.0 65 */ 61 66 do_action( 'wpmu_update_blog_options' ); 62 67 restore_current_blog(); … … 145 150 } 146 151 } // End foreach 152 /** 153 * Fires at the end of the Edit Site form, before the submit button. 154 * 155 * @since 3.0.0 156 * 157 * @param int $id Site ID. 158 */ 147 159 do_action( 'wpmueditblogaction', $id ); 148 160 ?>
Note: See TracChangeset
for help on using the changeset viewer.