mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 00:24:52 +01:00
Add post_date_column_time filter for easy time customization.
git-svn-id: https://develop.svn.wordpress.org/trunk@7640 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a9d89696f3
commit
acae15dd78
@ -67,7 +67,7 @@ foreach($posts_columns as $column_name=>$column_display_name) {
|
||||
}
|
||||
}
|
||||
?>
|
||||
<td><abbr title="<?php echo $t_time ?>"><?php echo $h_time ?></abbr></td>
|
||||
<td><abbr title="<?php echo $t_time ?>"><?php echo apply_filters('post_date_column_time', $h_time, $post, $column_name) ?></abbr></td>
|
||||
<?php
|
||||
break;
|
||||
case 'title':
|
||||
|
Loading…
x
Reference in New Issue
Block a user