mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 05:38:07 +01:00
Themes: Restore a label accidentally removed in r26470. Props SergeyBiryukov. See #25948
git-svn-id: https://develop.svn.wordpress.org/trunk@26472 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7a65a51166
commit
5b22bc3a50
@ -223,6 +223,7 @@ if ( ! is_multisite() && current_user_can('edit_themes') && $broken_themes = wp_
|
||||
<div class="theme-actions">
|
||||
|
||||
<# if ( data.active ) { #>
|
||||
<span class="current-label"><?php _e( 'Current Theme' ); ?></span>
|
||||
<# if ( data.actions['customize'] ) { #>
|
||||
<a class="button button-primary hide-if-no-customize" href="{{ data.actions['customize'] }}"><?php _e( 'Customize' ); ?></a>
|
||||
<# } #>
|
||||
|
Loading…
x
Reference in New Issue
Block a user