Changeset 48121 for trunk/src/wp-includes/class-wp-image-editor-imagick.php
- Timestamp:
- 06/22/2020 05:24:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r48110 r48121 306 306 307 307 /** 308 * Set the filter value if '$filter_name' name is in our whitelist and the related309 * Imagick constant is defined or fall back to ourdefault filter.308 * Set the filter value if '$filter_name' name is in the allowed list and the related 309 * Imagick constant is defined or fall back to the default filter. 310 310 */ 311 311 if ( in_array( $filter_name, $allowed_filters, true ) && defined( 'Imagick::' . $filter_name ) ) {
Note: See TracChangeset
for help on using the changeset viewer.