Make WordPress Core

Changeset 9027


Ignore:
Timestamp:
09/29/2008 06:32:37 AM (18 years ago)
Author:
westi
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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                }
Note: See TracChangeset for help on using the changeset viewer.