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
This commit is contained in:
parent
0e4285c451
commit
54b2e39fdd
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue