Changeset 52980
- Timestamp:
- 03/22/2022 09:05:31 PM (3 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/readme.html
r52978 r52980 22 22 <li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser. It will take you through the process to set up a <code>wp-config.php</code> file with your database connection details. 23 23 <ol> 24 <li>If for some reason this does not work, do not worry. It does not work on all web hosts. Open up <code>wp-config-sample.php</code> with a text editor like WordPad or similar and fill in your database connection details.</li>24 <li>If for some reason this does not work, do not worry. It may not work on all web hosts. It does not work on all web hosts. Open up <code>wp-config-sample.php</code> with a text editor like WordPad or similar and fill in your database connection details.</li> 25 25 <li>Save the file as <code>wp-config.php</code> and upload it.</li> 26 26 <li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser.</li> -
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.