Changeset 45390
- Timestamp:
- 05/23/2019 11:27:57 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/network.php
r44460 r45390 609 609 } 610 610 ?> 611 <textarea class="code" readonly="readonly" cols="100" rows="20"><?php echo esc_textarea( $web_config_file ); ?>612 </ textarea></li>613 611 <textarea class="code" readonly="readonly" cols="100" rows="20"><?php echo esc_textarea( $web_config_file ); ?></textarea> 612 </li> 613 </ol> 614 614 615 615 <?php … … 651 651 } 652 652 ?> 653 <textarea class="code" readonly="readonly" cols="100" rows="<?php echo substr_count( $htaccess_file, "\n" ) + 1; ?>"> 654 < ?php echo esc_textarea( $htaccess_file ); ?></textarea></li>655 653 <textarea class="code" readonly="readonly" cols="100" rows="<?php echo substr_count( $htaccess_file, "\n" ) + 1; ?>"><?php echo esc_textarea( $htaccess_file ); ?></textarea> 654 </li> 655 </ol> 656 656 657 657 <?php
Note: See TracChangeset
for help on using the changeset viewer.