diff --git a/wp-admin/includes/class-wp-comments-list-table.php b/wp-admin/includes/class-wp-comments-list-table.php index 948898fd7a..ae462dd0db 100644 --- a/wp-admin/includes/class-wp-comments-list-table.php +++ b/wp-admin/includes/class-wp-comments-list-table.php @@ -547,7 +547,7 @@ class WP_Comments_List_Table extends WP_List_Table { } /** - * Get the name of the default primary column. + * Gets the name of the default primary column. * * @since 4.3.0 * @@ -648,7 +648,7 @@ class WP_Comments_List_Table extends WP_List_Table { } /** - * Generate and display row actions links. + * Generates and displays row actions links. * * @since 4.3.0 * @since 5.9.0 Renamed `$comment` to `$item` to match parent class for PHP 8 named parameter support. diff --git a/wp-includes/version.php b/wp-includes/version.php index 3d8e29a35e..b08ca8f17d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53640'; +$wp_version = '6.1-alpha-53641'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.