From b95cee937efabfd9a7f156ff49a12565392fffce Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 6 Feb 2020 21:42:06 +0000 Subject: [PATCH] Tests: Change a few remaining `include_once` statements to `require_once`, for consistency. See #48082. Built from https://develop.svn.wordpress.org/trunk@47200 git-svn-id: http://core.svn.wordpress.org/trunk@47000 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/blocks/search.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/blocks/search.php b/wp-includes/blocks/search.php index 67bc90ff35..5face0b929 100644 --- a/wp-includes/blocks/search.php +++ b/wp-includes/blocks/search.php @@ -34,7 +34,7 @@ function render_block_core_search( $attributes ) { } $input_markup = sprintf( - '', + '', $input_id, esc_attr( get_search_query() ), esc_attr( $attributes['placeholder'] ) diff --git a/wp-includes/version.php b/wp-includes/version.php index 7fd5e3e23d..853dfdd0e4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47199'; +$wp_version = '5.4-alpha-47200'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.