Changeset 9027
- Timestamp:
- 09/29/2008 06:32:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r9024 r9027 381 381 $title = get_the_title( $draft->ID ); 382 382 if ( empty( $title ) ) 383 $title = __(' no-title');383 $title = __('(no-title)'); 384 384 $list[] = "<a href='$url' title='" . sprintf( __( 'Edit "%s"' ), attribute_escape( $title ) ) . "'>$title</a>"; 385 385 }
Note: See TracChangeset
for help on using the changeset viewer.