1248*1249* @param string$t_time The published time.1250* @param WP_Post$post Post object.1251* @param string$column_name The column name.1252* @param string$mode The list display mode('excerpt'or'list').1253*/1254echoapply_filters('post_date_column_time',$t_time,$post,'date',$mode);1255}12561257/**1258* Handles the comments column output.1259*1260* @since 4.3.0
History
Introduced in 2.5.1. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
5.5.0
Removed the difference between 'excerpt' and 'list' modes. The published time and date are both displayed now, which is equivalent to the previous 'excerpt' mode.from the docblock
2.5.1
Introduced.from the docblock
About this page
Parsed data
Generated from the wordpress-develop 6.7.7 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.