Changes from branches/3.5/wp-includes/wp-db.php at r23216 to trunk/wp-includes/wp-db.php at r22429
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r23216 r22429 988 988 * if there was something to prepare 989 989 */ 990 function prepare( $query, $args = null) {990 function prepare( $query, $args ) { 991 991 if ( is_null( $query ) ) 992 992 return; 993 994 if ( func_num_args() < 2 )995 _doing_it_wrong( 'wpdb::prepare', 'wpdb::prepare() requires at least two arguments.', '3.5' );996 993 997 994 $args = func_get_args();
Note: See TracChangeset
for help on using the changeset viewer.