Changeset 47088 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 01/20/2020 03:12:12 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r47060 r47088 1284 1284 * $wpdb->prepare( "SELECT DATE_FORMAT(`field`, '%%c') FROM `table` WHERE `column` = %s", 'foo' ); 1285 1285 * 1286 * @link https:// secure.php.net/sprintf Description of syntax.1286 * @link https://www.php.net/sprintf Description of syntax. 1287 1287 * @since 2.3.0 1288 1288 * @since 5.3.0 Formalized the existing and already documented `...$args` parameter
Note: See TracChangeset
for help on using the changeset viewer.