Changeset 27074
- Timestamp:
- 02/02/2014 09:47:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r27073 r27074 1054 1054 return; 1055 1055 1056 // This is not meant to be foolproof -- but it will catch obviously incorrect usage. 1056 1057 if ( strpos( $query, '%' ) === false ) { 1057 1058 _doing_it_wrong( 'wpdb::prepare', sprintf( __( 'The query argument of %s must have a placeholder.' ), 'wpdb::prepare()' ), '3.9' );
Note: See TracChangeset
for help on using the changeset viewer.