mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Docs: Reduce confusion in @since MU notationss by indicating the WP version (3.0.0) the code was merged into core while retaining the original context.
Props sathyapulse. Fixes #41509. git-svn-id: https://develop.svn.wordpress.org/trunk@41200 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -80,7 +80,7 @@ if ( $_POST ) {
|
||||
/**
|
||||
* Fires after the network options are updated.
|
||||
*
|
||||
* @since MU
|
||||
* @since MU (3.0.0)
|
||||
*/
|
||||
do_action( 'update_wpmu_options' );
|
||||
|
||||
@@ -370,7 +370,7 @@ if ( isset( $_GET['updated'] ) ) {
|
||||
* default option, 'plugins' is enabled, site administrators are granted access to the Plugins
|
||||
* screen in their individual sites' dashboards.
|
||||
*
|
||||
* @since MU
|
||||
* @since MU (3.0.0)
|
||||
*
|
||||
* @param array $admin_menus The menu items available.
|
||||
*/
|
||||
@@ -393,7 +393,7 @@ if ( isset( $_GET['updated'] ) ) {
|
||||
/**
|
||||
* Fires at the end of the Network Settings form, before the submit button.
|
||||
*
|
||||
* @since MU
|
||||
* @since MU (3.0.0)
|
||||
*/
|
||||
do_action( 'wpmu_options' ); ?>
|
||||
<?php submit_button(); ?>
|
||||
|
||||
Reference in New Issue
Block a user