Make WordPress Core


Ignore:
Timestamp:
12/16/2010 06:52:47 AM (14 years ago)
Author:
nacin
Message:

Network Admin contextual help. props andrea_r (!), see #15314.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/site-info.php

    r16847 r16981  
    1616if ( ! current_user_can('manage_sites') )
    1717    wp_die(__('You do not have sufficient permissions to edit this site.'));
     18
     19add_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);
    1827
    1928$id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0;
Note: See TracChangeset for help on using the changeset viewer.