diff --git a/wp-admin/includes/class-wp-posts-list-table.php b/wp-admin/includes/class-wp-posts-list-table.php index 0bf4adb0bd..e6260394d8 100644 --- a/wp-admin/includes/class-wp-posts-list-table.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 76bb0739a3..e161dd3f64 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta4-32010'; +$wp_version = '4.2-beta4-32011'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.