Skip to content

Commit bd71233

Browse files
committed
Embolden some instructions when installing a network.
props Ipstenu. fixes #27057. git-svn-id: https://develop.svn.wordpress.org/trunk@27226 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 5e48d42 commit bd71233

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-admin/network.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ function network_step2( $errors = false ) {
470470
</configuration>';
471471

472472
?>
473-
<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>
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>
474474
<?php
475475
if ( ! $subdomain_install && WP_CONTENT_DIR != ABSPATH . 'wp-content' )
476476
echo '<p><strong>' . __('Warning:') . ' ' . __( 'Subdirectory networks may not be fully compatible with custom wp-content directories.' ) . '</strong></p>';
@@ -504,7 +504,7 @@ function network_step2( $errors = false ) {
504504
EOF;
505505

506506
?>
507-
<li><p><?php printf( __( 'Add the following to your <code>.htaccess</code> file in <code>%s</code>, replacing other 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>
508508
<?php
509509
if ( ! $subdomain_install && WP_CONTENT_DIR != ABSPATH . 'wp-content' )
510510
echo '<p><strong>' . __('Warning:') . ' ' . __( 'Subdirectory networks may not be fully compatible with custom wp-content directories.' ) . '</strong></p>';

0 commit comments

Comments
 (0)