Changeset 16981 for trunk/wp-admin/network/site-options.php
- Timestamp:
- 12/16/2010 06:52:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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;
Note: See TracChangeset
for help on using the changeset viewer.