diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/network/sites.php --- a/wp/wp-admin/network/sites.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/network/sites.php Tue Sep 27 16:37:53 2022 +0200 @@ -17,6 +17,7 @@ $wp_list_table = _get_list_table( 'WP_MS_Sites_List_Table' ); $pagenum = $wp_list_table->get_pagenum(); +// Used in the HTML title tag. $title = __( 'Sites' ); $parent_file = 'sites.php'; @@ -260,7 +261,7 @@ * * @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; @@ -271,7 +272,7 @@ * * @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 );