Changeset 41660
- Timestamp:
- 10/02/2017 12:21:06 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r41632 r41660 1202 1202 * All placeholders MUST be left unquoted in the query string. A corresponding argument MUST be passed for each placeholder. 1203 1203 * 1204 * Literal percentage signs (%) in the query string must be written as %%. Percentage wildcards (for example, to use in LIKE syntax) 1205 * must be passed in the string argument, it cannot be inserted in the query string. 1204 * Literal percentage signs (%) in the query string must be written as %%. Percentage wildcards (for example, 1205 * to use in LIKE syntax) must be passed via a substitution argument containing the complete LIKE string, these 1206 * cannot be inserted directly in the query string. Also see {@see esc_like()}. 1206 1207 * 1207 1208 * This method DOES NOT support sign, padding, alignment, width or precision specifiers.
Note: See TracChangeset
for help on using the changeset viewer.