Database: Hardening to bring wpdb::prepare() inline with documentation.

`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
This commit is contained in:
Aaron Campbell
2017-09-19 17:56:45 +00:00
parent 5225e026ef
commit fc930d3dae
2 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41483';
$wp_version = '4.9-alpha-41496';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.