Changeset 41495
- Timestamp:
- 09/19/2017 04:29:39 PM (7 years ago)
- Location:
- branches/3.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
-
branches/3.7/src
- Property svn:mergeinfo changed
/trunk/src merged: 41483
- Property svn:mergeinfo changed
-
branches/3.7/src/wp-includes/wp-db.php
r41482 r41495 1048 1048 1049 1049 foreach ( $args as $arg ) { 1050 if ( ! is_scalar( $arg ) ) {1050 if ( ! is_scalar( $arg ) && ! is_null( $arg ) ) { 1051 1051 _doing_it_wrong( 'wpdb::prepare', sprintf( 'Unsupported value type (%s).', gettype( $arg ) ), '3.7.22' ); 1052 1052 }
Note: See TracChangeset
for help on using the changeset viewer.