From 2c036f589ed14abb0ca1d33ca65e216bf4321d78 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Fri, 27 Mar 2015 23:20:27 +0000 Subject: [PATCH] Remove a stray > introduced in [31905]. see #31776. Built from https://develop.svn.wordpress.org/trunk@31915 git-svn-id: http://core.svn.wordpress.org/trunk@31894 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/themes.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 4e63fd82f0..3f34c0a571 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -329,7 +329,7 @@ $can_delete = current_user_can( 'delete_themes' ); /* translators: %s: theme name */ printf( __( 'Active: %s' ), '{{ data.name }}' ); ?> - > + <# } else { #>

{{{ data.name }}}

<# } #> diff --git a/wp-includes/version.php b/wp-includes/version.php index dbd8ac7ab4..0745aa4ff4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta3-31914'; +$wp_version = '4.2-beta3-31915'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.