diff -r be944660c56a -r 3d72ae0968f4 wp/wp-includes/class-wp-roles.php --- a/wp/wp-includes/class-wp-roles.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-includes/class-wp-roles.php Tue Sep 27 16:37:53 2022 +0200 @@ -296,7 +296,7 @@ * * @since 4.7.0 * - * @param WP_Roles $this A reference to the WP_Roles object. + * @param WP_Roles $wp_roles A reference to the WP_Roles object. */ do_action( 'wp_roles_init', $this ); }