mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-10 04:00:07 +00:00
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 git-svn-id: https://develop.svn.wordpress.org/trunk@52205 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1072,7 +1072,7 @@ class WP_Comments_List_Table extends WP_List_Table {
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @param string $column_name The custom column's name.
|
||||
* @param int $comment_id The custom column's unique ID number.
|
||||
* @param string $comment_id The comment ID as a numeric string.
|
||||
*/
|
||||
do_action( 'manage_comments_custom_column', $column_name, $item->comment_ID );
|
||||
}
|
||||
|
||||
@@ -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