From 54b2e39fdd481938ab268497cea00908758bf756 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 21 Aug 2015 16:12:25 +0000 Subject: [PATCH] Docs: Add a changelog entry for the `$post_type` parameter added to the `restrict_manage_posts` hook in [33644]. Props pavelevap Fixes #17891. Built from https://develop.svn.wordpress.org/trunk@33691 git-svn-id: http://core.svn.wordpress.org/trunk@33658 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-posts-list-table.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-admin/includes/class-wp-posts-list-table.php b/wp-admin/includes/class-wp-posts-list-table.php index d845a10be1..24d9e0f90c 100644 --- a/wp-admin/includes/class-wp-posts-list-table.php +++ b/wp-admin/includes/class-wp-posts-list-table.php @@ -333,6 +333,7 @@ class WP_Posts_List_Table extends WP_List_Table { * Posts list table, and sorting by date on the Pages list table. * * @since 2.1.0 + * @since 4.4.0 The `$post_type` parameter was added. * * @param string $post_type The post type slug. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 09461e8e3a..52bae4f98e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33690'; +$wp_version = '4.4-alpha-33691'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.