From 0ef0a1905b473ba5b0d93f4607c019e5a69a0d37 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 25 Jul 2020 18:13:02 +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. Built from https://develop.svn.wordpress.org/trunk@48614 git-svn-id: http://core.svn.wordpress.org/trunk@48376 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-list-table.php | 2 -- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-admin/includes/class-wp-list-table.php b/wp-admin/includes/class-wp-list-table.php index 0ed74331a2..793860c8a2 100644 --- a/wp-admin/includes/class-wp-list-table.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 2907a0ac56..e047d57202 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-beta3-48613'; +$wp_version = '5.5-beta3-48614'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.