Changeset 19593 for trunk/wp-admin/includes/deprecated.php
- Timestamp:
- 12/13/2011 11:45:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/deprecated.php
r19520 r19593 134 134 * @see register_setting() 135 135 * 136 * @param string $option_group A settings group name. 136 * @param string $option_group A settings group name. Should correspond to a whitelisted option key name. 137 137 * Default whitelisted option key names include "general," "discussion," and "reading," among others. 138 138 * @param string $option_name The name of an option to sanitize and save. … … 871 871 * @see WP_Screen 872 872 * 873 * @param string $screen The handle for the screen to add help to. 873 * @param string $screen The handle for the screen to add help to. This is usually the hook name returned by the add_*_page() functions. 874 874 * @param string $help The content of an 'Overview' help tab. 875 875 */
Note: See TracChangeset
for help on using the changeset viewer.