Changeset 21873
- Timestamp:
- 09/16/2012 07:41:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/setup-config.php
r21870 r21873 266 266 <p><?php _e( 'After you’ve done that, click “Run the install.”' ); ?></p> 267 267 <p class="step"><a href="install.php" class="button"><?php _e( 'Run the install' ); ?></a></p> 268 <script> 269 (function(){ 270 var el=document.getElementById('wp-config'); 271 el.focus(); 272 el.select(); 273 })(); 274 </script> 268 275 <?php 269 276 else :
Note: See TracChangeset
for help on using the changeset viewer.