diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 151daf860c..3e13925bcc 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -226,7 +226,7 @@ function get_search_form( $echo = true ) { $form = '
'; diff --git a/wp-includes/version.php b/wp-includes/version.php index b1a5e3ffad..4486701e97 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36221'; +$wp_version = '4.5-alpha-36222'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.