Changeset 42056 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 10/31/2017 11:59:43 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r41702 r42056 3755 3755 * is preparing an array for use in an IN clause. 3756 3756 * 3757 * NOTE: Since 4.8.3, '%' characters will be replaced with a placeholder string, 3758 * this prevents certain SQLi attacks from taking place. This change in behaviour 3759 * may cause issues for code that expects the return value of esc_sql() to be useable 3760 * for other purposes. 3761 * 3757 3762 * @since 2.8.0 3758 3763 *
Note: See TracChangeset
for help on using the changeset viewer.