Use correct echoing context function. see #27889.

git-svn-id: https://develop.svn.wordpress.org/trunk@28160 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2014-04-19 18:08:05 +00:00
parent cb4f555da4
commit 47de352468

View File

@@ -202,7 +202,7 @@ if ( $tab ) {
</div>
<# if ( data.installed ) { #>
<div class="theme-installed"><?php _x( 'Already Installed', 'theme' ); ?></div>
<div class="theme-installed"><?php _ex( 'Already Installed', 'theme' ); ?></div>
<# } #>
</script>
@@ -211,7 +211,7 @@ if ( $tab ) {
<div class="wp-full-overlay-header">
<a href="#" class="close-full-overlay button-secondary"><?php _e( 'Close' ); ?></a>
<# if ( data.installed ) { #>
<a href="#" class="button button-primary theme-install disabled"><?php _x( 'Installed', 'theme' ); ?></a>
<a href="#" class="button button-primary theme-install disabled"><?php _ex( 'Installed', 'theme' ); ?></a>
<# } else { #>
<a href="{{ data.install_url }}" class="button button-primary theme-install"><?php _e( 'Install' ); ?></a>
<# } #>