Changeset 48575 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 07/23/2020 03:12:49 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r48444 r48575 4860 4860 4861 4861 case 'moderation_keys': 4862 case ' blocklist_keys':4862 case 'disallowed_keys': 4863 4863 $value = $wpdb->strip_invalid_text_for_column( $wpdb->options, 'option_value', $value ); 4864 4864 if ( is_wp_error( $value ) ) {
Note: See TracChangeset
for help on using the changeset viewer.