Changeset 50133
- Timestamp:
- 02/02/2021 12:41:55 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r50058 r50133 1399 1399 </li> 1400 1400 <# } ) #> 1401 1402 <# if ( data.events.length <= 2 ) { #> 1403 <li class="event-none"> 1404 <?php 1405 printf( 1406 /* translators: 1: Localized meetup organization documentation URL. */ 1407 __( 'Want more events? <a href="%1$s">Help organize the next one</a>!' ), 1408 __( 'https://make.wordpress.org/community/organize-event-landing-page/' ) 1409 ); 1410 ?> 1411 </li> 1412 <# } #> 1413 1401 1414 </script> 1402 1415
Note: See TracChangeset
for help on using the changeset viewer.