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:
parent
c6013a2b87
commit
39575cede2
|
@ -731,7 +731,7 @@ function wp_default_scripts( &$scripts ) {
|
|||
/**
|
||||
* 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
|
||||
*
|
||||
* @param int $characters The minimum number of characters required. Default 2.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue