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.