From e6466911d78a128acc7d6b8927ad9f139ca49ea8 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 21 Aug 2015 16:11:31 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@33691 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-posts-list-table.php | 1 + 1 file changed, 1 insertion(+) 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 d845a10be1..24d9e0f90c 100644 --- a/src/wp-admin/includes/class-wp-posts-list-table.php +++ b/src/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. */