Changeset 9027

Show
Ignore:
Timestamp:
09/29/08 06:32:37 (2 months ago)
Author:
westi
Message:

Use the correct (no-title) string. Fixes #7801 props Speedboxer.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/includes/dashboard.php

    r9024 r9027  
    381381            $title = get_the_title( $draft->ID ); 
    382382            if ( empty( $title ) ) 
    383                 $title = __('no-title'); 
     383                $title = __('(no-title)'); 
    384384            $list[] = "<a href='$url' title='" . sprintf( __( 'Edit "%s"' ), attribute_escape( $title ) ) . "'>$title</a>"; 
    385385        }