Warning fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@9488 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
77fbd159c2
commit
4992d8ef3e
|
@ -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