From fd68c173180329517e7582660bcf58a2dd764fd4 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 25 Jul 2020 18:53:29 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/class-wp-list-table.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/includes/class-wp-list-table.php b/src/wp-admin/includes/class-wp-list-table.php index 793860c8a2..4ccf607162 100644 --- a/src/wp-admin/includes/class-wp-list-table.php +++ b/src/wp-admin/includes/class-wp-list-table.php @@ -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. */