From a68a5e55b07703107f8288fdf89929d1d750fbbc Mon Sep 17 00:00:00 2001
From: Paul Biron <paul@sparrowhawkcomputing.com>
Date: Mon, 15 Jun 2020 15:44:42 -0600
Subject: [PATCH] Remove the part of the description that says the filter can
only used to remove bulk actions.
props @joyously
https://wordpress.slack.com/archives/C02RP4WU5/p1592256736420400
---
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 11cde8edcb..9d8c54ab7b 100644
a
|
b
|
class WP_List_Table { |
445 | 445 | * The dynamic portion of the hook name, `$this->screen->id`, refers |
446 | 446 | * to the ID of the current screen, usually a string. |
447 | 447 | * |
448 | | * This filter can currently only be used to remove bulk actions. |
449 | | * |
450 | 448 | * @since 3.5.0 |
451 | 449 | * |
452 | 450 | * @param string[] $actions An array of the available bulk actions. |