Warning fix
git-svn-id: https://develop.svn.wordpress.org/trunk@9488 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
182ba5805a
commit
5ae2b7fd3e
@ -1444,7 +1444,7 @@ foreach ($posts_columns as $column_name=>$column_display_name) {
|
||||
}
|
||||
}
|
||||
echo '<td ' . $attributes . '>';
|
||||
echo '<abbr title="' . $t_time . '">' . apply_filters('post_date_column_time', $h_time, $page, $column_name, $mode) . '</abbr>';
|
||||
echo '<abbr title="' . $t_time . '">' . apply_filters('post_date_column_time', $h_time, $page, $column_name, '') . '</abbr>';
|
||||
echo '<br />';
|
||||
if ( 'publish' == $page->post_status || 'future' == $page->post_status )
|
||||
_e('Published');
|
||||
|
Loading…
Reference in New Issue
Block a user