Warning fix

git-svn-id: https://develop.svn.wordpress.org/trunk@9488 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-03 06:31:06 +00:00
parent 182ba5805a
commit 5ae2b7fd3e
1 changed files with 1 additions and 1 deletions

View File

@ -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');