From b1c557fa4b8f98aae0f61c62b1d5d003b1672016 Mon Sep 17 00:00:00 2001 From: nacin Date: Sat, 25 Dec 2010 19:21:00 +0000 Subject: [PATCH] D'oh. Use the proper URL to the multisite support forum. see #15880. git-svn-id: http://svn.automattic.com/wordpress/trunk@17144 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network/index.php | 2 +- wp-admin/network/site-info.php | 2 +- wp-admin/network/site-new.php | 2 +- wp-admin/network/site-settings.php | 2 +- wp-admin/network/site-themes.php | 2 +- wp-admin/network/site-users.php | 2 +- wp-admin/network/sites.php | 2 +- wp-admin/network/user-new.php | 2 +- wp-admin/network/users.php | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/wp-admin/network/index.php b/wp-admin/network/index.php index e97044051e..4cbfb8f40d 100644 --- a/wp-admin/network/index.php +++ b/wp-admin/network/index.php @@ -29,7 +29,7 @@ add_contextual_help($current_screen, '

' . __('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.') . '

' . '

' . __('For more information:') . '

' . '

' . __('Documentation on the Network Admin') . '

' . - '

' . __('Support Forums') . '

' + '

' . __('Support Forums') . '

' ); wp_dashboard_setup(); diff --git a/wp-admin/network/site-info.php b/wp-admin/network/site-info.php index 0e75386503..d825284079 100644 --- a/wp-admin/network/site-info.php +++ b/wp-admin/network/site-info.php @@ -24,7 +24,7 @@ add_contextual_help($current_screen, '

' . __('Settings - 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.') . '

' . '

' . __('For more information:') . '

' . '

' . __('Documentation on Site Management') . '

' . - '

' . __('Support Forums') . '

' + '

' . __('Support Forums') . '

' ); $id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0; diff --git a/wp-admin/network/site-new.php b/wp-admin/network/site-new.php index da0c6f59a7..a94aaf348d 100644 --- a/wp-admin/network/site-new.php +++ b/wp-admin/network/site-new.php @@ -21,7 +21,7 @@ add_contextual_help($current_screen, '

' . __('If the admin email for the new site does not exist in the database, a new user will also be created.') . '

' . '

' . __('For more information:') . '

' . '

' . __('Documentation on Site Management') . '

' . - '

' . __('Support Forums') . '

' + '

' . __('Support Forums') . '

' ); if ( isset($_REQUEST['action']) && 'add-site' == $_REQUEST['action'] ) { diff --git a/wp-admin/network/site-settings.php b/wp-admin/network/site-settings.php index 06f89c234f..b90bb76d6e 100644 --- a/wp-admin/network/site-settings.php +++ b/wp-admin/network/site-settings.php @@ -24,7 +24,7 @@ add_contextual_help($current_screen, '

' . __('Settings - 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.') . '

' . '

' . __('For more information:') . '

' . '

' . __('Documentation on Site Management') . '

' . - '

' . __('Support Forums') . '

' + '

' . __('Support Forums') . '

' ); $id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0; diff --git a/wp-admin/network/site-themes.php b/wp-admin/network/site-themes.php index 5b094cca55..1d7c3bebf4 100644 --- a/wp-admin/network/site-themes.php +++ b/wp-admin/network/site-themes.php @@ -29,7 +29,7 @@ add_contextual_help($current_screen, '

' . __('Settings - 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.') . '

' . '

' . __('For more information:') . '

' . '

' . __('Documentation on Site Management') . '

' . - '

' . __('Support Forums') . '

' + '

' . __('Support Forums') . '

' ); $wp_list_table = get_list_table('WP_MS_Themes_List_Table'); diff --git a/wp-admin/network/site-users.php b/wp-admin/network/site-users.php index a261424db2..26b6abb934 100644 --- a/wp-admin/network/site-users.php +++ b/wp-admin/network/site-users.php @@ -29,7 +29,7 @@ add_contextual_help($current_screen, '

' . __('Settings - 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.') . '

' . '

' . __('For more information:') . '

' . '

' . __('Documentation on Site Management') . '

' . - '

' . __('Support Forums') . '

' + '

' . __('Support Forums') . '

' ); $id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0; diff --git a/wp-admin/network/sites.php b/wp-admin/network/sites.php index 3e41296e5b..5811bddf51 100644 --- a/wp-admin/network/sites.php +++ b/wp-admin/network/sites.php @@ -36,7 +36,7 @@ add_contextual_help($current_screen, '

' . __('Clicking on bold settings can re-sort this table. The upper right icons switch between list and excerpt views.') . '

' . '

' . __('For more information:') . '

' . '

' . __('Documentation on Site Management') . '

' . - '

' . __('Support Forums') . '

' + '

' . __('Support Forums') . '

' ); $id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0; diff --git a/wp-admin/network/user-new.php b/wp-admin/network/user-new.php index 7545b64bac..cd9a3f836a 100644 --- a/wp-admin/network/user-new.php +++ b/wp-admin/network/user-new.php @@ -22,7 +22,7 @@ add_contextual_help($current_screen, '

' . __('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.') . '

' . '

' . __('For more information:') . '

' . '

' . __('Documentation on Network Users') . '

' . - '

' . __('Support Forums') . '

' + '

' . __('Support Forums') . '

' ); if ( isset($_REQUEST['action']) && 'add-user' == $_REQUEST['action'] ) { diff --git a/wp-admin/network/users.php b/wp-admin/network/users.php index 7077f3181a..15853dd206 100644 --- a/wp-admin/network/users.php +++ b/wp-admin/network/users.php @@ -33,7 +33,7 @@ add_contextual_help($current_screen, '

' . __('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.') . '

' . '

' . __('For more information:') . '

' . '

' . __('Documentation on Network Users') . '

' . - '

' . __('Support Forums') . '

' + '

' . __('Support Forums') . '

' ); require_once( '../admin-header.php' );