Changeset 12779
- Timestamp:
- 01/20/2010 10:08:50 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-network.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-network.php
r12777 r12779 35 35 <?php 36 36 function filestats( $err ) { 37 print "<h2>Server Summary</h2>";38 print "<p>If you post a message to the WordPress support forum at <a target='_blank' href='http://wordpress.org/support/'>http://wordpress.org/support/</a> then copy and paste the following information into your message:</p>";37 print '<h2>' . esc_html__('Server Summary') . '</h2>'; 38 print '<p>' . __("If you post a message to the WordPress support forum at <a target='_blank' href='http://wordpress.org/support/'>http://wordpress.org/support/</a> then copy and paste the following information into your message:") . '</p>'; 39 39 40 40 print "<blockquote style='background: #eee; border: 1px solid #333; padding: 5px;'>"; … … 101 101 $rewrite_enabled = false; 102 102 ?> 103 <h2> Installing Network of WordPress Sites</h2>104 <p> I will help you enable the features for creating a network of sites by asking you a few questions so that you can create configuration files and make a directory to store all your uploaded files.</p>103 <h2><?php esc_html_e('Installing Network of WordPress Sites'); ?></h2> 104 <p><?php _e('I will help you enable the features for creating a network of sites by asking you a few questions so that you can create configuration files and make a directory to store all your uploaded files.'); ?></p> 105 105 106 <h2> What do I need?</h2>106 <h2><?php esc_html_e('What do I need?'); ?></h2> 107 107 <ul> 108 108 <li>Access to your server to change directory permissions. This can be done through ssh or ftp for example.</li>
Note: See TracChangeset
for help on using the changeset viewer.