From c98a714764353056657219a2811b506d171ca211 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 4 Jul 2022 08:18:20 +0000 Subject: [PATCH] Docs: Use third-person singular verbs for function descriptions in `WP_Comments_List_Table` class, as per docblock standards. See #55646. git-svn-id: https://develop.svn.wordpress.org/trunk@53641 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-comments-list-table.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/class-wp-comments-list-table.php b/src/wp-admin/includes/class-wp-comments-list-table.php index 948898fd7a..ae462dd0db 100644 --- a/src/wp-admin/includes/class-wp-comments-list-table.php +++ b/src/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.