diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php
index f78acff428..63fc85b382 100644
--- a/wp-admin/includes/template.php
+++ b/wp-admin/includes/template.php
@@ -850,19 +850,19 @@ function touch_time( $edit = 1, $for_post = 1, $tab_index = 0, $multi = 0 ) {
$day = '';
+ '';
$year = '';
+ '';
$hour = '';
+ '';
$minute = '';
+ '';
echo '
';
/* translators: 1: Month, 2: Day, 3: Year, 4: Hour, 5: Minute. */
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 29712c340a..0ef870e285 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.7-alpha-59113';
+$wp_version = '6.7-alpha-59114';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.