Docs: Corrections relating to types used in inline documentation for comment ID and site ID proprties.
Includes a correction for a typo introduced in [52204]. See #53399 Built from https://develop.svn.wordpress.org/trunk@52205 git-svn-id: http://core.svn.wordpress.org/trunk@51797 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -261,7 +261,7 @@ if ( isset( $_GET['action'] ) ) {
|
||||
*
|
||||
* @since MU (3.0.0)
|
||||
*
|
||||
* @param string $id The ID of the activated site.
|
||||
* @param int $id The ID of the activated site.
|
||||
*/
|
||||
do_action( 'activate_blog', $id );
|
||||
break;
|
||||
@@ -272,7 +272,7 @@ if ( isset( $_GET['action'] ) ) {
|
||||
*
|
||||
* @since MU (3.0.0)
|
||||
*
|
||||
* @param string $id The ID of the site being deactivated.
|
||||
* @param int $id The ID of the site being deactivated.
|
||||
*/
|
||||
do_action( 'deactivate_blog', $id );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user