diff --git a/wp-admin/includes/class-wp-posts-list-table.php b/wp-admin/includes/class-wp-posts-list-table.php index f3ef1d8e31..6e9bcdc527 100644 --- a/wp-admin/includes/class-wp-posts-list-table.php +++ b/wp-admin/includes/class-wp-posts-list-table.php @@ -1228,7 +1228,7 @@ class WP_Posts_List_Table extends WP_List_Table { } /** - * Filters the published time of the post. + * Filters the published, scheduled, or unpublished time of the post. * * @since 2.5.1 * @since 5.5.0 Removed the difference between 'excerpt' and 'list' modes. diff --git a/wp-includes/version.php b/wp-includes/version.php index bbb148436a..51c45d9394 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56435'; +$wp_version = '6.4-alpha-56436'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.