Changeset 37488 for trunk/src/wp-admin/options.php
- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r37435 r37488 33 33 34 34 /** 35 * Filter the capability required when using the Settings API.35 * Filters the capability required when using the Settings API. 36 36 * 37 37 * By default, the options groups for all registered settings require the manage_options capability. … … 125 125 126 126 /** 127 * Filter whether the post-by-email functionality is enabled.127 * Filters whether the post-by-email functionality is enabled. 128 128 * 129 129 * @since 3.0.0 … … 136 136 137 137 /** 138 * Filter the options white list.138 * Filters the options white list. 139 139 * 140 140 * @since 2.7.0
Note: See TracChangeset
for help on using the changeset viewer.