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 to bring `wpdb::prepare()` inline with documentat…
…ion. `wpdb::prepare()` supports %s, %d, and %F as placeholders in the query string. Any other non-escaped % will be escaped. Built from https://develop.svn.wordpress.org/trunk@41496 git-svn-id: http://core.svn.wordpress.org/trunk@41329 1a063a9b-81f0-0310-95a4-ce76da25c4cd
- Loading branch information
Showing
with
4 additions
and 2 deletions.
- +1 −1 wp-includes/version.php
- +3 −1 wp-includes/wp-db.php