Changeset 28160
- Timestamp:
- 04/19/2014 06:08:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r28159 r28160 203 203 204 204 <# 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> 206 206 <# } #> 207 207 </script> … … 212 212 <a href="#" class="close-full-overlay button-secondary"><?php _e( 'Close' ); ?></a> 213 213 <# 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> 215 215 <# } else { #> 216 216 <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.