Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards.

Props costdev, audrasjb.
See #57840.




git-svn-id: https://develop.svn.wordpress.org/trunk@55911 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2023-06-14 06:32:14 +00:00
parent 0bfc842f80
commit f0caeb5d3c
22 changed files with 91 additions and 89 deletions

View File

@@ -226,7 +226,7 @@ class WP_Posts_List_Table extends WP_List_Table {
}
/**
* Determine if the current view is the "All" view.
* Determines if the current view is the "All" view.
*
* @since 4.2.0
*
@@ -246,7 +246,7 @@ class WP_Posts_List_Table extends WP_List_Table {
}
/**
* Helper to create links to edit.php with params.
* Creates a link to edit.php with params.
*
* @since 4.4.0
*
@@ -917,8 +917,8 @@ class WP_Posts_List_Table extends WP_List_Table {
}
/**
* Given a top level page ID, display the nested hierarchy of sub-pages
* together with paging support
* Displays the nested hierarchy of sub-pages together with paging
* support, based on a top level page ID.
*
* @since 3.1.0 (Standalone function exists since 2.6.0)
* @since 4.2.0 Added the `$to_display` parameter.