mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-02 11:21:57 +01:00
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:
parent
ee2829959a
commit
2c036f589e
@ -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>
|
||||||
<# } #>
|
<# } #>
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user