From c4267f663c93363f508bf3cd3957d5cffe59ebd5 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Wed, 18 Sep 2019 19:33:54 +0000 Subject: [PATCH] Media: remove leftover test string change after [45499]. Props imath, audrasjb. Fixes #48067. Built from https://develop.svn.wordpress.org/trunk@46168 git-svn-id: http://core.svn.wordpress.org/trunk@45980 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/media-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index 0312b177a7..b54dd0d6e0 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -1187,7 +1187,7 @@ function wp_print_media_templates() { } #> - + diff --git a/wp-includes/version.php b/wp-includes/version.php index 01c466655e..78dba33261 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-46167'; +$wp_version = '5.3-alpha-46168'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.