Changeset 16982 for trunk/wp-admin/network/site-options.php
- Timestamp:
- 12/16/2010 07:02:56 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/site-options.php
r16981 r16982 19 19 add_contextual_help($current_screen, 20 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>' .21 '<p>' . __('<strong>Options</strong> This page shows a list of all options 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 option is stored in the database.') . '</p>' . 22 22 '<p>' . __('See the contextual help on the next tab. ') . '</p>' . 23 23 '<p><strong>' . __('For more information:') . '</strong></p>' .
Note: See TracChangeset
for help on using the changeset viewer.