Make WordPress Core

Changeset 28160


Ignore:
Timestamp:
04/19/2014 06:08:05 PM (12 years ago)
Author:
nacin
Message:

Use correct echoing context function. see #27889.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-install.php

    r28159 r28160  
    203203
    204204        <# if ( data.installed ) { #>
    205                 <div class="theme-installed"><?php _x( 'Already Installed', 'theme' ); ?></div>
     205                <div class="theme-installed"><?php _ex( 'Already Installed', 'theme' ); ?></div>
    206206        <# } #>
    207207</script>
     
    212212                        <a href="#" class="close-full-overlay button-secondary"><?php _e( 'Close' ); ?></a>
    213213                <# if ( data.installed ) { #>
    214                         <a href="#" class="button button-primary theme-install disabled"><?php _x( 'Installed', 'theme' ); ?></a>
     214                        <a href="#" class="button button-primary theme-install disabled"><?php _ex( 'Installed', 'theme' ); ?></a>
    215215                <# } else { #>
    216216                        <a href="{{ data.install_url }}" class="button button-primary theme-install"><?php _e( 'Install' ); ?></a>
Note: See TracChangeset for help on using the changeset viewer.