Docs: Correct @since
tags for some WP_List_Table
hooks:
* `views_{$this->screen->id}` * `bulk_actions-{$this->screen->id}` * `manage_{$this->screen->id}_sortable_columns` Follow-up to [15491], [15578], [26401]. See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48615 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c6e0b57ab7
commit
fd68c17318
@ -398,7 +398,7 @@ class WP_List_Table {
|
||||
* The dynamic portion of the hook name, `$this->screen->id`, refers
|
||||
* to the ID of the current screen, usually a string.
|
||||
*
|
||||
* @since 3.5.0
|
||||
* @since 3.1.0
|
||||
*
|
||||
* @param string[] $views An array of available list table views.
|
||||
*/
|
||||
@ -450,7 +450,7 @@ class WP_List_Table {
|
||||
* The dynamic portion of the hook name, `$this->screen->id`, refers
|
||||
* to the ID of the current screen, usually a string.
|
||||
*
|
||||
* @since 3.5.0
|
||||
* @since 3.1.0
|
||||
*
|
||||
* @param string[] $actions An array of the available bulk actions.
|
||||
*/
|
||||
@ -1094,7 +1094,7 @@ class WP_List_Table {
|
||||
* The dynamic portion of the hook name, `$this->screen->id`, refers
|
||||
* to the ID of the current screen, usually a string.
|
||||
*
|
||||
* @since 3.5.0
|
||||
* @since 3.1.0
|
||||
*
|
||||
* @param array $sortable_columns An array of sortable columns.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user