From c6e0b57ab7f4130011d95ebe4872b9e8d459ad56 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 25 Jul 2020 18:11:20 +0000 Subject: [PATCH] Docs: Remove outdated statement in `bulk_actions-{$this->screen->id}` filter description. As of WordPress 4.7, developers can register their own bulk actions on list table screens. Follow-up to [17297], [38647]. Props joyously, pbiron. See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48614 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-list-table.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wp-admin/includes/class-wp-list-table.php b/src/wp-admin/includes/class-wp-list-table.php index 0ed74331a2..793860c8a2 100644 --- a/src/wp-admin/includes/class-wp-list-table.php +++ b/src/wp-admin/includes/class-wp-list-table.php @@ -450,8 +450,6 @@ 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. * - * This filter can currently only be used to remove bulk actions. - * * @since 3.5.0 * * @param string[] $actions An array of the available bulk actions.