From 58ee5beced688de1fa58686afc670b3e880d0ee0 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 4 Apr 2015 16:07:48 +0000 Subject: [PATCH] Fix filter doc vernacular for the `quick_edit_show_taxonomy` filter. See [31308]. See #31888. git-svn-id: https://develop.svn.wordpress.org/trunk@32011 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-posts-list-table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-posts-list-table.php b/src/wp-admin/includes/class-wp-posts-list-table.php index 0bf4adb0bd..e6260394d8 100644 --- a/src/wp-admin/includes/class-wp-posts-list-table.php +++ b/src/wp-admin/includes/class-wp-posts-list-table.php @@ -1010,7 +1010,7 @@ class WP_Posts_List_Table extends WP_List_Table { $show_in_quick_edit = $taxonomy->show_in_quick_edit; /** - * Filters whether the current taxonomy should be shown in the Quick Edit panel. + * Filter whether the current taxonomy should be shown in the Quick Edit panel. * * @since 4.2.0 *