Changeset 48146
- Timestamp:
- 06/23/2020 09:51:25 PM (3 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/dashboard.css
r47859 r48146 349 349 } 350 350 351 #dashboard-widgets .community-events li.event-none a { 352 text-decoration: underline; 353 } 354 351 355 .community-events-form label { 352 356 display: inline-block; -
trunk/src/wp-admin/includes/dashboard.php
r47859 r48146 1392 1392 printf( 1393 1393 /* translators: 1: The city the user searched for, 2: Meetup organization documentation URL. */ 1394 __( 'There aren’t any events scheduled near %1$s at the moment. Would you like to <a href="%2$s">organize one</a>?' ),1394 __( 'There aren’t any events scheduled near %1$s at the moment. Would you like to <a href="%2$s">organize a WordPress event</a>?' ), 1395 1395 '{{ data.location.description }}', 1396 1396 __( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' ) … … 1402 1402 printf( 1403 1403 /* translators: %s: Meetup organization documentation URL. */ 1404 __( 'There aren’t any events scheduled near you at the moment. Would you like to <a href="%s">organize one</a>?' ),1404 __( 'There aren’t any events scheduled near you at the moment. Would you like to <a href="%s">organize a WordPress event</a>?' ), 1405 1405 __( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' ) 1406 1406 );
Note: See TracChangeset
for help on using the changeset viewer.