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
This commit is contained in:
Dominik Schilling 2015-03-27 23:20:27 +00:00
parent ee2829959a
commit 2c036f589e
2 changed files with 2 additions and 2 deletions

View File

@ -329,7 +329,7 @@ $can_delete = current_user_can( 'delete_themes' );
/* translators: %s: theme name */ /* translators: %s: theme name */
printf( __( '<span>Active:</span> %s' ), '{{ data.name }}' ); printf( __( '<span>Active:</span> %s' ), '{{ data.name }}' );
?> ?>
></h3> </h3>
<# } else { #> <# } else { #>
<h3 class="theme-name" id="{{ data.id }}-name">{{{ data.name }}}</h3> <h3 class="theme-name" id="{{ data.id }}-name">{{{ data.name }}}</h3>
<# } #> <# } #>

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.