Changeset 48142 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 06/23/2020 06:53:00 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r48121 r48142 2155 2155 2156 2156 if ( is_array( $new_whitelist_options ) ) { 2157 $options = add_ option_allowed_list( $new_whitelist_options, $options );2157 $options = add_allowed_options( $new_whitelist_options, $options ); 2158 2158 } 2159 2159 … … 2172 2172 * @return array 2173 2173 */ 2174 function add_ option_allowed_list( $new_options, $options = '' ) {2174 function add_allowed_options( $new_options, $options = '' ) { 2175 2175 if ( '' === $options ) { 2176 2176 global $allowed_options;
Note: See TracChangeset
for help on using the changeset viewer.