Correct the version term_search_min_chars changed. Ammends r42614.

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


git-svn-id: http://core.svn.wordpress.org/trunk@42445 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Adam Silverstein 2018-01-30 00:30:30 +00:00
parent c6013a2b87
commit 39575cede2
2 changed files with 2 additions and 2 deletions

View File

@ -731,7 +731,7 @@ function wp_default_scripts( &$scripts ) {
/** /**
* Filters the minimum number of characters required to fire a tag search via Ajax. * Filters the minimum number of characters required to fire a tag search via Ajax.
* *
* Previous to 4.8.0, this filter passed taxonomy and search context parameters. * Previous to 5.0.0, this filter passed taxonomy and search context parameters.
* @since 4.0.0 * @since 4.0.0
* *
* @param int $characters The minimum number of characters required. Default 2. * @param int $characters The minimum number of characters required. Default 2.

View File

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