Changeset 48121 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 06/22/2020 05:24:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r48109 r48121 2049 2049 /* 2050 2050 * Loop over any intermediate extensions. Postfix them with a trailing underscore 2051 * if they are a 2 - 5 character long alpha string not in the extension whitelist.2051 * if they are a 2 - 5 character long alpha string not in the allowed extension list. 2052 2052 */ 2053 2053 foreach ( (array) $parts as $part ) { … … 4853 4853 4854 4854 case 'moderation_keys': 4855 case 'bl acklist_keys':4855 case 'blocklist_keys': 4856 4856 $value = $wpdb->strip_invalid_text_for_column( $wpdb->options, 'option_value', $value ); 4857 4857 if ( is_wp_error( $value ) ) {
Note: See TracChangeset
for help on using the changeset viewer.