Changeset 41492
- Timestamp:
- 09/19/2017 04:24:51 PM (8 years ago)
- Location:
- branches/4.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0
-
branches/4.0/src/wp-includes/wp-db.php
r41479 r41492 1215 1215 1216 1216 foreach ( $args as $arg ) { 1217 if ( ! is_scalar( $arg ) ) {1217 if ( ! is_scalar( $arg ) && ! is_null( $arg ) ) { 1218 1218 _doing_it_wrong( 'wpdb::prepare', sprintf( 'Unsupported value type (%s).', gettype( $arg ) ), '4.0.19' ); 1219 1219 }
Note: See TracChangeset
for help on using the changeset viewer.