Changeset 48566 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 07/22/2020 06:50:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r48500 r48566 2232 2232 * @return array 2233 2233 */ 2234 function remove_ option_allowed_list( $del_options, $options = '' ) {2234 function remove_allowed_options( $del_options, $options = '' ) { 2235 2235 if ( '' === $options ) { 2236 2236 global $allowed_options;
Note: See TracChangeset
for help on using the changeset viewer.