Ticket #12848: 12848.diff
File 12848.diff, 977 bytes (added by , 15 years ago) |
---|
-
wp-admin/network.php
263 263 ?> 264 264 <ol> 265 265 <li><p><?php printf( __( 'Create a <code>blogs.dir</code> directory in <code>%s</code>. This directory is used to stored uploaded media for your additional sites and must be writeable by the web server.' ), WP_CONTENT_DIR ); ?></p></li> 266 <li><p><?php printf( __( 'Add the following to your <code>wp-config.php</code> file in <code>%s</code> :' ), ABSPATH ); ?></p>266 <li><p><?php printf( __( 'Add the following to your <code>wp-config.php</code> file in <code>%s</code> <strong>above</strong> the line reading <code>/* That’s all, stop editing! Happy blogging. */</code>:' ), ABSPATH ); ?></p> 267 267 <textarea class="code" readonly="readonly" cols="100" rows="7"> 268 268 define( 'MULTISITE', true ); 269 269 define( 'VHOST', '<?php echo $vhost ? 'yes' : 'no'; ?>' );