mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user