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"; } ?>