Changeset 41200 for trunk/src/wp-admin/network/settings.php
- Timestamp:
- 08/01/2017 08:43:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/settings.php
r40953 r41200 81 81 * Fires after the network options are updated. 82 82 * 83 * @since MU 83 * @since MU (3.0.0) 84 84 */ 85 85 do_action( 'update_wpmu_options' ); … … 371 371 * screen in their individual sites' dashboards. 372 372 * 373 * @since MU 373 * @since MU (3.0.0) 374 374 * 375 375 * @param array $admin_menus The menu items available. … … 394 394 * Fires at the end of the Network Settings form, before the submit button. 395 395 * 396 * @since MU 396 * @since MU (3.0.0) 397 397 */ 398 398 do_action( 'wpmu_options' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.