Upgrades: Add support for FULLTEXT indexes to dbDelta().

Props edirect24, mdawaffe, pento.

Fixes #14445.


Built from https://develop.svn.wordpress.org/trunk@35487


git-svn-id: http://core.svn.wordpress.org/trunk@35451 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast
2015-11-01 23:10:25 +00:00
parent 2e98e461a2
commit c39ae3e5e2
2 changed files with 5 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta2-35486';
$wp_version = '4.4-beta2-35487';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.