Changeset 50234 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 02/07/2021 12:42:06 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r50133 r50234 1404 1404 <?php 1405 1405 printf( 1406 /* translators: 1: Localized meetup organization documentation URL. */1407 __( 'Want more events? <a href="% 1$s">Help organize the next one</a>!' ),1406 /* translators: %s: Localized meetup organization documentation URL. */ 1407 __( 'Want more events? <a href="%s">Help organize the next one</a>!' ), 1408 1408 __( 'https://make.wordpress.org/community/organize-event-landing-page/' ) 1409 1409 );
Note: See TracChangeset
for help on using the changeset viewer.