Changeset 43174 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 05/05/2018 09:44:21 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/dashboard.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r43006 r43174 1128 1128 __( 'Meetups' ), 1129 1129 /* translators: accessibility text */ 1130 __( '(opens in a new window)' )1130 __( '(opens in a new tab)' ) 1131 1131 ); 1132 1132 ?> … … 1140 1140 __( 'WordCamps' ), 1141 1141 /* translators: accessibility text */ 1142 __( '(opens in a new window)' )1142 __( '(opens in a new tab)' ) 1143 1143 ); 1144 1144 ?> … … 1153 1153 __( 'News' ), 1154 1154 /* translators: accessibility text */ 1155 __( '(opens in a new window)' )1155 __( '(opens in a new tab)' ) 1156 1156 ); 1157 1157 ?>
Note: See TracChangeset
for help on using the changeset viewer.