Changeset 15849 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 10/19/2010 10:52:46 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r15830 r15849 776 776 $text = __( '%1$s linked here saying, "%3$s"' ); 777 777 778 if ( $show_date) {779 if ( $show_author || $show_summary)778 if ( !empty($show_date) ) { 779 if ( !empty($show_author) || !empty($show_summary) ) 780 780 /* translators: incoming links feed, %4$s is the date */ 781 781 $text .= ' ' . __( 'on %4$s' );
Note: See TracChangeset
for help on using the changeset viewer.