Changeset 27226 for trunk/src/wp-admin/network.php
- Timestamp:
- 02/21/2014 07:32:52 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/network.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network.php
r27112 r27226 471 471 472 472 ?> 473 <li><p><?php printf( __( 'Add the following to your <code>web.config</code> file in <code>%s</code>, replacingother WordPress rules:' ), $home_path ); ?></p>473 <li><p><?php printf( __( 'Add the following to your <code>web.config</code> file in <code>%s</code>, <strong>replacing</strong> other WordPress rules:' ), $home_path ); ?></p> 474 474 <?php 475 475 if ( ! $subdomain_install && WP_CONTENT_DIR != ABSPATH . 'wp-content' ) … … 505 505 506 506 ?> 507 <li><p><?php printf( __( 'Add the following to your <code>.htaccess</code> file in <code>%s</code>, replacingother WordPress rules:' ), $home_path ); ?></p>507 <li><p><?php printf( __( 'Add the following to your <code>.htaccess</code> file in <code>%s</code>, <strong>replacing</strong> other WordPress rules:' ), $home_path ); ?></p> 508 508 <?php 509 509 if ( ! $subdomain_install && WP_CONTENT_DIR != ABSPATH . 'wp-content' )
Note: See TracChangeset
for help on using the changeset viewer.