Changeset 52980 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 03/22/2022 09:05:31 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r52979 r52980 1463 1463 printf( 1464 1464 /* translators: 1: The city the user searched for, 2: Meetup organization documentation URL. */ 1465 __( 'There are no t anyevents scheduled near %1$s at the moment. Would you like to <a href="%2$s">organize a WordPress event</a>?' ),1465 __( 'There are no events scheduled near %1$s at the moment. Would you like to <a href="%2$s">organize a WordPress event</a>?' ), 1466 1466 '{{ data.location.description }}', 1467 1467 __( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' ) … … 1473 1473 printf( 1474 1474 /* translators: %s: Meetup organization documentation URL. */ 1475 __( 'There are no t anyevents scheduled near you at the moment. Would you like to <a href="%s">organize a WordPress event</a>?' ),1475 __( 'There are no events scheduled near you at the moment. Would you like to <a href="%s">organize a WordPress event</a>?' ), 1476 1476 __( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' ) 1477 1477 );
Note: See TracChangeset
for help on using the changeset viewer.