Ticket #15753: network.diff
| File network.diff, 992 bytes (added by kapeels, 3 years ago) |
|---|
-
wp-admin/network.php
336 336 <h3><?php esc_html_e( 'Enabling the Network' ); ?></h3> 337 337 <p><?php _e( 'Complete the following steps to enable the features for creating a network of sites.' ); ?></p> 338 338 <div class="updated inline"><p><?php 339 $htaccessfile = file_exists(ABSPATH . '/.htaccess') ? " and <code>.htaccess</code> files." : " file."; 339 340 if ( iis7_supports_permalinks() ) 340 341 _e( '<strong>Caution:</strong> We recommend you back up your existing <code>wp-config.php</code> file.' ); 341 342 else 342 _e( '<strong>Caution:</strong> We recommend you back up your existing <code>wp-config.php</code> and <code>.htaccess</code> files.');343 _e( '<strong>Caution:</strong> We recommend you back up your existing <code>wp-config.php</code>' . $htaccessfile ); 343 344 ?></p></div> 344 345 <?php 345 346 }