Skip to content

Commit

Permalink
Avoid scrollbar on network.php's wp-config.php textarea.
Browse files Browse the repository at this point in the history
git-svn-id: http://core.svn.wordpress.org/trunk@24648 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
nacin committed Jul 10, 2013
1 parent fd18bbe commit 0c58114
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wp-admin/network.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,7 @@ function network_step2( $errors = false ) {
define('DOMAIN_CURRENT_SITE', '<?php echo $hostname; ?>');
define('PATH_CURRENT_SITE', '<?php echo $base; ?>');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
</textarea>
define('BLOG_ID_CURRENT_SITE', 1);</textarea>
<?php
$keys_salts = array( 'AUTH_KEY' => '', 'SECURE_AUTH_KEY' => '', 'LOGGED_IN_KEY' => '', 'NONCE_KEY' => '', 'AUTH_SALT' => '', 'SECURE_AUTH_SALT' => '', 'LOGGED_IN_SALT' => '', 'NONCE_SALT' => '' );
foreach ( $keys_salts as $c => $v ) {
Expand Down

0 comments on commit 0c58114

Please sign in to comment.