Changeset 12042 for trunk/wp-admin/includes/plugin.php
- Timestamp:
- 10/15/2009 08:26:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin.php
r11991 r12042 992 992 * 993 993 * @param string $option_group A settings group name. Should correspond to a whitelisted option key name. 994 * Default whitelisted option key names include "general," "discussion," and "reading," among others. 994 * Default whitelisted option key names include "general," "discussion," and "reading," among others. 995 995 * @param string $option_name The name of an option to sanitize and save. 996 996 * @param unknown_type $sanitize_callback A callback function that sanitizes the option's value.
Note: See TracChangeset
for help on using the changeset viewer.