Changeset 13676 for trunk/wp-admin/network.php
- Timestamp:
- 03/11/2010 10:58:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network.php
r13675 r13676 284 284 $htaccess_file = 'RewriteEngine On 285 285 RewriteBase ' . $base . ' 286 RewriteRule ^index\.php$ - [L] 286 287 287 288 # uploaded files … … 304 305 ?> 305 306 <li><p><?php printf( __( 'Add the following to your <code>.htaccess</code> file in <code>%s</code>, replacing other WordPress rules:' ), ABSPATH ); ?></p> 306 <textarea class="code" readonly="readonly" cols="100" rows="<?php echo $vhost ? 1 0 : 15; ?>">307 <textarea class="code" readonly="readonly" cols="100" rows="<?php echo $vhost ? 11 : 16; ?>"> 307 308 <?php echo wp_htmledit_pre( $htaccess_file ); ?> 308 309 </textarea></li>
Note: See TracChangeset
for help on using the changeset viewer.