Changeset 22429 for trunk/wp-includes/wp-db.php
- Timestamp:
- 11/07/2012 07:30:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r22304 r22429 988 988 * if there was something to prepare 989 989 */ 990 function prepare( $query = null ) { // ( $query, *$args )990 function prepare( $query, $args ) { 991 991 if ( is_null( $query ) ) 992 992 return;
Note: See TracChangeset
for help on using the changeset viewer.