Changeset 16981
- Timestamp:
- 12/16/2010 06:52:47 AM (14 years ago)
- Location:
- trunk/wp-admin/network
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/index.php
r16963 r16981 27 27 '<ul><li>' . __('Site Admin is now Super Admin (we highly encourage you to get yourself a cape!).') . '</li>' . 28 28 '<li>' . __('Blogs are now called Sites; Site is now called Network.') . '</li></ul>' . 29 '<p>' . __('This screen provides the network administrator with links to the screens for Sites and Users to either create a new site or user, or to search existing users and sites . Those screens are also accessible through the left-hand navigation in the SuperAdmin section.') . '</p>' .29 '<p>' . __('This screen provides the network administrator with links to the screens for Sites and Users to either create a new site or user, or to search existing users and sites, as well as Dashboard widgets. Those screens are also accessible through the left-hand navigation in the Network Admin section.') . '</p>' . 30 30 '<p><strong>' . __('For more information:') . '</strong></p>' . 31 31 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Super_Admin_Menu" target="_blank">Documentation on Super Admin Menu</a>') . '</p>' . 32 '<p>' . __('<a href="http://wordpress.org/support/ " target="_blank">Support Forums</a>') . '</p>'32 '<p>' . __('<a href="http://wordpress.org/support/multisite/" target="_blank">Support Forums</a>') . '</p>' 33 33 ); 34 34 -
trunk/wp-admin/network/site-info.php
r16847 r16981 16 16 if ( ! current_user_can('manage_sites') ) 17 17 wp_die(__('You do not have sufficient permissions to edit this site.')); 18 19 add_contextual_help($current_screen, 20 '<p>' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '</p>' . 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, Spammed, Deleted and Mature, to remove from public listings or disable.') . '</p>' . 22 '<p>' . __('See the contextual help on the next tab. ') . '</p>' . 23 '<p><strong>' . __('For more information:') . '</strong></p>' . 24 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Options_SubPanel" target="_blank">Network Options Documentation</a>') . '</p>' . 25 '<p>' . __('<a href="http://wordpress.org/support/multisite/" target="_blank">Support Forums</a>') . '</p>' 26 ); 18 27 19 28 $id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0; -
trunk/wp-admin/network/site-new.php
r16306 r16981 16 16 if ( ! current_user_can('manage_sites') ) 17 17 wp_die(__('You do not have sufficient permissions to add sites to this network.')); 18 19 add_contextual_help($current_screen, 20 '<p>' . __('This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.') . '</p>' . 21 '<p>' . __('If the admin email for the new site does not exist in the database, a new user will also be created.') . '</p>' . 22 '<p><strong>' . __('For more information:') . '</strong></p>' . 23 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Sites_SubPanel" target="_blank">Documentation on Sites</a>') . '</p>' . 24 '<p>' . __('<a href="http://wordpress.org/support/multisite/" target="_blank">Support Forums</a>') . '</p>' 25 ); 18 26 19 27 if ( isset($_REQUEST['action']) && 'add-site' == $_REQUEST['action'] ) { -
trunk/wp-admin/network/site-options.php
r16847 r16981 16 16 if ( ! current_user_can('manage_sites') ) 17 17 wp_die(__('You do not have sufficient permissions to edit this site.')); 18 19 add_contextual_help($current_screen, 20 '<p>' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '</p>' . 21 '<p>' . __('<strong>Options</strong> This information is filled in my default as well as plugin data. Note that some fields are grayed out and say Serialized Data. These are stored values in the database which you cannot change from here. ') . '</p>' . 22 '<p>' . __('See the contextual help on the next tab. ') . '</p>' . 23 '<p><strong>' . __('For more information:') . '</strong></p>' . 24 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Options_SubPanel" target="_blank">Network Options Documentation</a>') . '</p>' . 25 '<p>' . __('<a href="http://wordpress.org/support/multisite/" target="_blank">Support Forums</a>') . '</p>' 26 ); 18 27 19 28 $id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0; -
trunk/wp-admin/network/site-themes.php
r16970 r16981 23 23 if ( !current_user_can('manage_sites') ) 24 24 wp_die( __( 'You do not have sufficient permissions to manage themes for this site.' ) ); 25 26 add_contextual_help($current_screen, 27 '<p>' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '</p>' . 28 '<p>' . __('<strong>Themes</strong> This areas shows themes that are not enabled across the network. Enabling a theme in this menu makes it accessible to this site only. It does not activate the theme, but allows it to show in the site’s Appearance menu. ') . '</p>' . 29 '<p>' . __('See the contextual help on the next tab. ') . '</p>' . 30 '<p><strong>' . __('For more information:') . '</strong></p>' . 31 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Options_SubPanel" target="_blank">Network Options Documentation</a>') . '</p>' . 32 '<p>' . __('<a href="http://wordpress.org/support/multisite/" target="_blank">Support Forums</a>') . '</p>' 33 ); 25 34 26 35 $wp_list_table = get_list_table('WP_MS_Themes_List_Table'); -
trunk/wp-admin/network/site-users.php
r16935 r16981 22 22 23 23 $action = $wp_list_table->current_action(); 24 25 add_contextual_help($current_screen, 26 '<p>' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '</p>' . 27 '<p>' . __('<strong>Users</strong> This displays the users associated with this site. You can also change their role, reset their passowrd, or remove them from the site. Removing the user from the site does not remove the user from the network. ') . '</p>' . 28 '<p>' . __('See the contextual help on the next tab. ') . '</p>' . 29 '<p><strong>' . __('For more information:') . '</strong></p>' . 30 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Options_SubPanel" target="_blank">Network Options Documentation</a>') . '</p>' . 31 '<p>' . __('<a href="http://wordpress.org/support/multisite/" target="_blank">Support Forums</a>') . '</p>' 32 ); 24 33 25 34 $id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0; -
trunk/wp-admin/network/sites.php
r16899 r16981 33 33 '<p>' . __('The site ID is used internally, and is not shown on the front end of the site or to users/viewers.') . '</p>' . 34 34 '<p>' . __('Clicking on bold settings can re-sort this table. The upper right icons switch between list and excerpt views.') . '</p>' . 35 '<p>' . __('If the admin email for the new site does not exist in the database, a new user will also be created.') . '</p>' .36 35 '<p><strong>' . __('For more information:') . '</strong></p>' . 37 36 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Sites_SubPanel" target="_blank">Documentation on Sites</a>') . '</p>' . 38 '<p>' . __('<a href="http://wordpress.org/support/ " target="_blank">Support Forums</a>') . '</p>'37 '<p>' . __('<a href="http://wordpress.org/support/multisite/" target="_blank">Support Forums</a>') . '</p>' 39 38 ); 40 39 -
trunk/wp-admin/network/themes.php
r16970 r16981 80 80 '<p>' . __('This screen enables and disables the inclusion of themes available to choose in the Appearance menu for each site. It does not activate or deactivate which theme a site is currently using.') . '</p>' . 81 81 '<p>' . __('If the network admin disables a theme that is in use, it can still remain selected on that site. If another theme is chosen, the disabled theme will not appear in the site’s Appearance > Themes screen.') . '</p>' . 82 '<p>' . __('Themes can be enabled on a site by site basis by the network admin on the Edit Site screen you go to via the Edit action link on the Sites screen. ') . '</p>' .82 '<p>' . __('Themes can be enabled on a site by site basis by the network admin on the Edit Site screen you go to via the Edit action link on the Sites screen. Only network admins are able to install or edit themes.') . '</p>' . 83 83 '<p><strong>' . __('For more information:') . '</strong></p>' . 84 84 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Themes_SubPanel" target="_blank">Documentation on Network Themes</a>') . '</p>' . -
trunk/wp-admin/network/user-new.php
r16296 r16981 16 16 if ( ! current_user_can('create_users') ) 17 17 wp_die(__('You do not have sufficient permissions to add users to this network.')); 18 19 20 add_contextual_help($current_screen, 21 '<p>' . __('Add User will add that person to this table and send them an email.') . '</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>' . 23 '<p><strong>' . __('For more information:') . '</strong></p>' . 24 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Users_SubPanel" target="_blank">Network Users Documentation</a>') . '</p>' . 25 '<p>' . __('<a href="http://wordpress.org/support/multisite/" target="_blank">Support Forums</a>') . '</p>' 26 ); 18 27 19 28 if ( isset($_REQUEST['action']) && 'add-user' == $_REQUEST['action'] ) { -
trunk/wp-admin/network/users.php
r16612 r16981 29 29 '<p>' . __('You can sort the table by clicking on any of the bold headings and switch between list and excerpt views by using the icons in the upper right.') . '</p>' . 30 30 '<p>' . __('The bulk action will permanently delete selected users, or mark/unmark those selected as spam. Spam users will have posts removed and will be unable to sign up again with the same email addresses.') . '</p>' . 31 '<p>' . __('Add User will add that person to this table and send them an email.') . '</p>' .32 '<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>' .33 31 '<p>' . __('You can make an existing user an additional super admin by going to the Edit User profile page and checking the box to grant that privilege.') . '</p>' . 34 32 '<p><strong>' . __('For more information:') . '</strong></p>' . 35 33 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Users_SubPanel" target="_blank">Network Users Documentation</a>') . '</p>' . 36 '<p>' . __('<a href="http://wordpress.org/support/ " target="_blank">Support Forums</a>') . '</p>'34 '<p>' . __('<a href="http://wordpress.org/support/multisite/" target="_blank">Support Forums</a>') . '</p>' 37 35 ); 38 36
Note: See TracChangeset
for help on using the changeset viewer.