Dashboard: Use _draft_or_post_title() to display (no title) if no post title is set. see #25824.

git-svn-id: https://develop.svn.wordpress.org/trunk@26337 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2013-11-23 14:12:05 +00:00
parent 13f6641cba
commit 6a5c878714

View File

@ -550,7 +550,7 @@ function dashboard_show_published_posts( $args ) {
dashboard_relative_date( get_the_time( 'U' ) ),
get_the_time(),
get_edit_post_link(),
get_the_title()
_draft_or_post_title()
);
$i++;
}