Changeset 19569
- Timestamp:
- 12/08/2011 04:49:16 PM (13 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network.php
r19472 r19569 108 108 '<p>' . __('The next screen for Network Setup will give you individually-generated lines of code to add to your wp-config.php and .htaccess files. Make sure the settings of your FTP client make files starting with a dot visible, so that you can find .htaccess; you may have to create this file if it really is not there. Make backup copies of those two files.') . '</p>' . 109 109 '<p>' . __('Add a <code>blogs.dir</code> directory under <code>/wp-content</code> and add the designated lines of code to wp-config.php (just before <code>/*...stop editing...*/</code>) and <code>.htaccess</code> (replacing the existing WordPress rules).') . '</p>' . 110 '<p>' . __('Once you add this code and refresh your browser, multisite should be enabled. This screen, now in the Network Admin navigation menu, will keep an archive of the added code. You can toggle between Network Admin and Site Admin by clicking on the Network Admin or an individual site name under the My Sites dropdown in the Admin Bar.') . '</p>' .110 '<p>' . __('Once you add this code and refresh your browser, multisite should be enabled. This screen, now in the Network Admin navigation menu, will keep an archive of the added code. You can toggle between Network Admin and Site Admin by clicking on the Network Admin or an individual site name under the My Sites dropdown in the Toolbar.') . '</p>' . 111 111 '<p>' . __('The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with “/blog/” from the main site. This disabling will be addressed in a future version.') . '</p>' . 112 112 '<p><strong>' . __('For more information:') . '</strong></p>' . -
trunk/wp-admin/network/upgrade.php
r19514 r19569 23 23 'title' => __('Overview'), 24 24 'content' => 25 '<p>' . __('Only use this screen once you have updated to a new version of WordPress through Updates/Available Updates (via the Network Administration navigation menu or the Admin Bar). Clicking the Update Network button will step through each site in the network, five at a time, and make sure any database updates are applied.') . '</p>' .25 '<p>' . __('Only use this screen once you have updated to a new version of WordPress through Updates/Available Updates (via the Network Administration navigation menu or the Toolbar). Clicking the Update Network button will step through each site in the network, five at a time, and make sure any database updates are applied.') . '</p>' . 26 26 '<p>' . __('If a version update to core has not happened, clicking this button won’t affect anything.') . '</p>' . 27 27 '<p>' . __('If this process fails for any reason, users logging in to their sites will force the same update.') . '</p>' -
trunk/wp-admin/user-edit.php
r19509 r19569 224 224 <?php endif; ?> 225 225 <tr class="show-admin-bar"> 226 <th scope="row"><?php _e(' Admin Bar')?></th>227 <td><fieldset><legend class="screen-reader-text"><span><?php _e(' Admin Bar') ?></span></legend>226 <th scope="row"><?php _e('Toolbar')?></th> 227 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Toolbar') ?></span></legend> 228 228 <label for="admin_bar_front"> 229 229 <input name="admin_bar_front" type="checkbox" id="admin_bar_front" value="1"<?php checked( _get_admin_bar_pref( 'front', $profileuser->ID ) ); ?> /> 230 <?php _e( 'Show Admin Bar when viewing site' ); ?></label><br />230 <?php _e( 'Show Toolbar when viewing site' ); ?></label><br /> 231 231 </fieldset> 232 232 </td>
Note: See TracChangeset
for help on using the changeset viewer.