Changeset 35508 for trunk/src/wp-admin/setup-config.php
- Timestamp:
- 11/04/2015 05:59:35 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/setup-config.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r35143 r35508 89 89 </head> 90 90 <body class="<?php echo implode( ' ', $body_classes ); ?>"> 91 < h1 id="logo"><a href="<?php esc_attr_e( 'https://wordpress.org/' ); ?>" tabindex="-1"><?php _e( 'WordPress' ); ?></a></h1>91 <p id="logo"><a href="<?php esc_attr_e( 'https://wordpress.org/' ); ?>" tabindex="-1"><?php _e( 'WordPress' ); ?></a></p> 92 92 <?php 93 93 } // end function setup_config_display_header(); … … 104 104 if ( wp_can_install_language_pack() && empty( $language ) && ( $languages = wp_get_available_translations() ) ) { 105 105 setup_config_display_header( 'language-chooser' ); 106 echo '<h1 class="screen-reader-text">Select a default language</h1>'; 106 107 echo '<form id="setup" method="post" action="?step=0">'; 107 108 wp_install_language_form( $languages ); … … 130 131 } 131 132 ?> 132 133 <h1 class="screen-reader-text"><?php _e( 'Before getting started' ) ?></h1> 133 134 <p><?php _e( 'Welcome to WordPress. Before getting started, we need some information on the database. You will need to know the following items before proceeding.' ) ?></p> 134 135 <ol> … … 156 157 setup_config_display_header(); 157 158 ?> 159 <h1 class="screen-reader-text"><?php _e( 'Setup your database connection' ) ?></h1> 158 160 <form method="post" action="setup-config.php?step=2"> 159 161 <p><?php _e( "Below you should enter your database connection details. If you’re not sure about these, contact your host." ); ?></p> … … 345 347 setup_config_display_header(); 346 348 ?> 349 <h1 class="screen-reader-text"><?php _e( 'Successful database connection' ) ?></h1> 347 350 <p><?php _e( "All right, sparky! You’ve made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to…" ); ?></p> 348 351
Note: See TracChangeset
for help on using the changeset viewer.