Ticket #22623: 22623.network.patch
| File 22623.network.patch, 1.4 KB (added by , 13 years ago) |
|---|
-
wp-admin/network.php
459 459 </configuration>'; 460 460 461 461 ?> 462 <li><p><?php printf( __( 'Add the following to your <code> web.config</code> file in <code>%s</code>, replacing other WordPress rules:' ), $home_path ); ?></p>462 <li><p><?php printf( __( 'Add the following to your <code>%s</code> file in <code>%s</code>, replacing other WordPress rules:' ), 'web.config', $home_path ); ?></p> 463 463 <?php 464 464 if ( ! $subdomain_install && WP_CONTENT_DIR != ABSPATH . 'wp-content' ) 465 465 echo '<p><strong>' . __('Warning:') . ' ' . __( 'Subdirectory networks may not be fully compatible with custom wp-content directories.' ) . '</strong></p>'; … … 493 493 EOF; 494 494 495 495 ?> 496 <li><p><?php printf( __( 'Add the following to your <code> .htaccess</code> file in <code>%s</code>, replacing other WordPress rules:' ), $home_path ); ?></p>496 <li><p><?php printf( __( 'Add the following to your <code>%s</code> file in <code>%s</code>, replacing other WordPress rules:' ), '.htaccess', $home_path ); ?></p> 497 497 <?php 498 498 if ( ! $subdomain_install && WP_CONTENT_DIR != ABSPATH . 'wp-content' ) 499 499 echo '<p><strong>' . __('Warning:') . ' ' . __( 'Subdirectory networks may not be fully compatible with custom wp-content directories.' ) . '</strong></p>';