Warning fix

git-svn-id: http://svn.automattic.com/wordpress/trunk@9488 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-11-03 06:31:06 +00:00
parent 77fbd159c2
commit 4992d8ef3e
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');