Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Database: Hardening for `wpdb::prepare()`
Previously if you passed an array of values for placeholders, additional values could be passed as well. Now additional values will be ignored. Built from https://develop.svn.wordpress.org/trunk@41470 git-svn-id: http://core.svn.wordpress.org/trunk@41303 1a063a9b-81f0-0310-95a4-ce76da25c4cd
- Loading branch information
Showing
with
11 additions
and 2 deletions.
- +1 −1 wp-includes/version.php
- +10 −1 wp-includes/wp-db.php