Changeset 45926 for trunk/src/wp-admin/setup-config.php
- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r45737 r45926 170 170 <p> 171 171 <?php 172 /* translators: %s: wp-config.php */173 172 printf( 173 /* translators: %s: wp-config.php */ 174 174 __( 'We’re going to use this information to create a %s file.' ), 175 175 '<code>wp-config.php</code>' … … 178 178 <strong> 179 179 <?php 180 /* translators: 1: wp-config-sample.php, 2: wp-config.php */181 180 printf( 181 /* translators: 1: wp-config-sample.php, 2: wp-config.php */ 182 182 __( 'If for any reason this automatic file creation doesn’t work, don’t worry. All this does is fill in the database information to a configuration file. You may also simply open %1$s in a text editor, fill in your information, and save it as %2$s.' ), 183 183 '<code>wp-config-sample.php</code>', … … 187 187 </strong> 188 188 <?php 189 /* translators: %s: Documentation URL */190 189 printf( 190 /* translators: %s: Documentation URL */ 191 191 __( 'Need more help? <a href="%s">We got it</a>.' ), 192 192 __( 'https://wordpress.org/support/article/editing-wp-config-php/' )
Note: See TracChangeset
for help on using the changeset viewer.