Changeset 41789
- Timestamp:
- 10/08/2017 09:17:57 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r41663 r41789 1262 1262 wp_load_translations_early(); 1263 1263 _doing_it_wrong( 'wpdb::prepare', 1264 sprintf( __( 'The query does not contain the correct number of placeholders (% d) for the number of arguments passed (%d).' ),1264 sprintf( __( 'The query does not contain the correct number of placeholders (%1$d) for the number of arguments passed (%2$d).' ), 1265 1265 $placeholders, 1266 1266 count( $args ) ),
Note: See TracChangeset
for help on using the changeset viewer.