Ticket #18378: HelpUsageCleanupMS.patch
File HelpUsageCleanupMS.patch, 6.3 KB (added by , 14 years ago) |
---|
-
wp-admin/network.php
109 109 '<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>' . 110 110 '<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>' . 111 111 '<p>' . __('Once you add this code and refresh your browser, multisite should be enabled. This screen will keep an archive of the added code. You can toggle between Network Admin and Site Admin by clicking on the Howdy (Username) dropdown in the upper right of the administration area.') . '</p>' . 112 '<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 soonin a future version.') . '</p>' .112 '<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>' . 113 113 '<p><strong>' . __('For more information:') . '</strong></p>' . 114 114 '<p>' . __('<a href="http://codex.wordpress.org/Create_A_Network" target="_blank">Documentation on Creating a Network</a>') . '</p>' . 115 115 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Network_Screen" target="_blank">Documentation on the Network Screen</a>') . '</p>' . -
wp-admin/network/site-info.php
19 19 add_contextual_help($current_screen, 20 20 '<p>' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '</p>' . 21 21 '<p>' . __('<strong>Info</strong> - The domain and path are rarely edited as this can cause the site to not work properly. The Registered date and Last Updated date are displayed. Network admins can mark a site as archived, spam, deleted and mature, to remove from public listings or disable.') . '</p>' . 22 '<p>' . __('<strong>Users</strong> - This displays the users associated with this site. You can also change their role , reset their password, or remove them from the site. Removing the user from the site does not remove the user from the network.') . '</p>' .22 '<p>' . __('<strong>Users</strong> - This displays the users associated with this site. You can also change their roles, reset their passwords, or remove them from the site. Removing the user from the site does not remove the user from the network.') . '</p>' . 23 23 '<p>' . sprintf( __('<strong>Themes</strong> - This area shows themes that are not already enabled across the network. Enabling a theme in this menu makes it accessible to this site. It does not activate the theme, but allows it to show in the site’s Appearance menu. To enable a theme for the entire network, see the <a href="%s">Network Themes</a> screen.' ), network_admin_url( 'themes.php' ) ) . '</p>' . 24 24 '<p>' . __('<strong>Settings</strong> - This page shows a list of all settings associated with this site. Some are created by WordPress and others are created by plugins you activate. Note that some fields are grayed out and say Serialized Data. You cannot modify these values due to the way the setting is stored in the database.') . '</p>' . 25 25 '<p><strong>' . __('For more information:') . '</strong></p>' . -
wp-admin/network/sites.php
34 34 '<li>' . __('Delete which is a permanent action after the confirmation screens.') . '</li>' . 35 35 '<li>' . __('Visit to go to the frontend site live.') . '</li></ul>' . 36 36 '<p>' . __('The site ID is used internally, and is not shown on the front end of the site or to users/viewers.') . '</p>' . 37 '<p>' . __(' Clicking on bold headings can re-sort this table.') . '</p>' .37 '<p>' . __('You can re-sort the list order by clicking on any bold table headings .') . '</p>' . 38 38 '<p><strong>' . __('For more information:') . '</strong></p>' . 39 39 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screens" target="_blank">Documentation on Site Management</a>') . '</p>' . 40 40 '<p>' . __('<a href="http://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' -
wp-admin/network/user-new.php
19 19 20 20 add_contextual_help($current_screen, 21 21 '<p>' . __('Add User will set up a new user account on the network and send that person an email with username and password.') . '</p>' . 22 '<p>' . __('Users who are signed up to the network without a site are added as subscribers to the main or primary dashboard site, giving them profile pages to manage their accounts. These users will only see Dashboard and My Sites in the main navigation until a site is created for them.') . '</p>' .22 '<p>' . __('Users who are signed up to the network without a site are added as subscribers to the main or primary dashboard site, giving them profile pages to manage their accounts. A non-site user will only see Dashboard and My Sites in the main navigation until a site is created for him or her.') . '</p>' . 23 23 '<p><strong>' . __('For more information:') . '</strong></p>' . 24 24 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Users_Screen" target="_blank">Documentation on Network Users</a>') . '</p>' . 25 25 '<p>' . __('<a href="http://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'