Changeset 53745 for trunk/src/wp-admin/setup-config.php
- Timestamp:
- 07/21/2022 09:02:52 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r53458 r53745 394 394 setup_config_display_header(); 395 395 ?> 396 396 <p> 397 397 <?php 398 398 /* translators: %s: wp-config.php */ … … 400 400 ?> 401 401 </p> 402 <p >402 <p id="wp-config-description"> 403 403 <?php 404 404 /* translators: %s: wp-config.php */ … … 412 412 ?> 413 413 </p> 414 <textarea id="wp-config" cols="98" rows="15" class="code" readonly="readonly"><?php echo $config_text; ?></textarea> 414 <p class="configuration-rules-label"><label for="wp-config"> 415 <?php 416 /* translators: %s: wp-config.php */ 417 printf( __( 'Configuration rules for %s:' ), '<code>wp-config.php</code>' ); 418 ?> 419 </label></p> 420 <textarea id="wp-config" cols="98" rows="15" class="code" readonly="readonly" aria-describedby="wp-config-description"><?php echo $config_text; ?></textarea> 415 421 <p><?php _e( 'After you’ve done that, click “Run the installation”.' ); ?></p> 416 422 <p class="step"><a href="<?php echo $install; ?>" class="button button-large"><?php _e( 'Run the installation' ); ?></a></p>
Note: See TracChangeset
for help on using the changeset viewer.