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
This commit is contained in:
Drew Jaynes
2015-08-21 16:11:31 +00:00
parent 31e802293c
commit e6466911d7

View File

@@ -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.
*/