From 0ef9dbc71f521f6d79ed6e10abb036e0297ea49d Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Mon, 29 Sep 2008 06:32:37 +0000 Subject: [PATCH] Use the correct (no-title) string. Fixes #7801 props Speedboxer. git-svn-id: https://develop.svn.wordpress.org/trunk@9027 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 41c84b3887..f6ebbe67d3 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -380,7 +380,7 @@ function wp_dashboard_quick_press( $sidebar_args ) { $url = get_edit_post_link( $draft->ID ); $title = get_the_title( $draft->ID ); if ( empty( $title ) ) - $title = __('no-title'); + $title = __('(no-title)'); $list[] = "$title"; } ?>