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.

Built from https://develop.svn.wordpress.org/trunk@41200


git-svn-id: http://core.svn.wordpress.org/trunk@41040 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2017-08-01 20:44:43 +00:00
parent ed60c36fb8
commit 0401cee8b3
18 changed files with 169 additions and 169 deletions

View File

@@ -419,7 +419,7 @@ function wp_network_dashboard_right_now() {
* Fires in the Network Admin 'Right Now' dashboard widget
* just before the user and site search form fields.
*
* @since MU
* @since MU (3.0.0)
*
* @param null $unused
*/
@@ -445,14 +445,14 @@ function wp_network_dashboard_right_now() {
/**
* Fires at the end of the 'Right Now' widget in the Network Admin dashboard.
*
* @since MU
* @since MU (3.0.0)
*/
do_action( 'mu_rightnow_end' );
/**
* Fires at the end of the 'Right Now' widget in the Network Admin dashboard.
*
* @since MU
* @since MU (3.0.0)
*/
do_action( 'mu_activity_box_end' );
}