Make WordPress Core

Changeset 15076


Ignore:
Timestamp:
05/31/2010 03:27:31 PM (15 years ago)
Author:
nacin
Message:

Proper whitespace before and after content within a textarea on network.php. props ocean90.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network.php

    r15064 r15076  
    475475        ?>
    476476        <li><p><?php printf( __( 'Add the following to your <code>.htaccess</code> file in <code>%s</code>, replacing other WordPress rules:' ), ABSPATH ); ?></p>
    477         <textarea class="code" readonly="readonly" cols="100" rows="<?php echo $subdomain_install ? 11 : 16; ?>"><?php
    478         echo wp_htmledit_pre( $htaccess_file );
    479         ?>
    480         </textarea></li>
     477        <textarea class="code" readonly="readonly" cols="100" rows="<?php echo $subdomain_install ? 11 : 16; ?>">
     478<?php echo wp_htmledit_pre( $htaccess_file ); ?></textarea></li>
    481479        </ol>
    482480
Note: See TracChangeset for help on using the changeset viewer.