Changeset 42057 for branches/4.8/src/wp-includes/formatting.php
- Timestamp:
- 10/31/2017 12:22:07 PM (9 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
- Property svn:mergeinfo changed
/trunk merged: 41662,42056
- Property svn:mergeinfo changed
-
branches/4.8/src/wp-includes/formatting.php
r41201 r42057 3739 3739 * is preparing an array for use in an IN clause. 3740 3740 * 3741 * NOTE: Since 4.8.3, '%' characters will be replaced with a placeholder string, 3742 * this prevents certain SQLi attacks from taking place. This change in behaviour 3743 * may cause issues for code that expects the return value of esc_sql() to be useable 3744 * for other purposes. 3745 * 3741 3746 * @since 2.8.0 3742 3747 *
Note: See TracChangeset
for help on using the changeset viewer.