Docs: Clarify `post_date_column_time` filter description.

Props crstauf, mukesh27.
Fixes #59029.
See #58833.



Built from https://develop.svn.wordpress.org/trunk@56436


git-svn-id: http://core.svn.wordpress.org/trunk@55948 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2023-08-24 09:12:12 +00:00
parent f10d37dfe9
commit 0b772b84ca
2 changed files with 2 additions and 2 deletions

View File

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

View File

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