mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-25 13:44:30 +00:00
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
This commit is contained in:
@@ -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[] = "<a href='$url' title='" . sprintf( __( 'Edit "%s"' ), attribute_escape( $title ) ) . "'>$title</a>";
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user