Changeset 55822 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 05/17/2023 10:44:21 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r55749 r55822 4827 4827 * array_walk_recursive() does not return an array. 4828 4828 */ 4829 function ( &$value ) use ( $wpdb, $placeholder ) {4829 static function ( &$value ) use ( $wpdb, $placeholder ) { 4830 4830 if ( is_string( $value ) && str_contains( $value, $placeholder ) ) { 4831 4831 $value = $wpdb->remove_placeholder_escape( $value );
Note: See TracChangeset
for help on using the changeset viewer.