From bbfd4574379a6aaca5c4b31c3437fe82d3b7bbd1 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 18 Aug 2011 06:26:18 +0000 Subject: [PATCH] Remove duplicated current_action() call. props PeteMall, fixes #18389. git-svn-id: https://develop.svn.wordpress.org/trunk@18565 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/network/site-users.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wp-admin/network/site-users.php b/wp-admin/network/site-users.php index 82788afc28..1f76e8b1d6 100644 --- a/wp-admin/network/site-users.php +++ b/wp-admin/network/site-users.php @@ -19,8 +19,6 @@ if ( ! current_user_can('manage_sites') ) $wp_list_table = _get_list_table('WP_Users_List_Table'); $wp_list_table->prepare_items(); -$action = $wp_list_table->current_action(); - add_contextual_help($current_screen, '

' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '

' . '

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

' .