mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-17 03:56:07 +00:00
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 '<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 />';
|
echo '<br />';
|
||||||
if ( 'publish' == $page->post_status || 'future' == $page->post_status )
|
if ( 'publish' == $page->post_status || 'future' == $page->post_status )
|
||||||
_e('Published');
|
_e('Published');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user