Changeset 32834 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 06/18/2015 12:23:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r32116 r32834 208 208 209 209 <div class="theme-actions"> 210 <a class="button button- primary" href="{{ data.install_url }}"><?php esc_html_e( 'Install' ); ?></a>211 <a class="button button- secondary preview install-theme-preview" href="#"><?php esc_html_e( 'Preview' ); ?></a>210 <a class="button button-secondary" href="{{ data.install_url }}"><?php esc_html_e( 'Install' ); ?></a> 211 <a class="button button-primary preview install-theme-preview" href="#"><?php esc_html_e( 'Preview' ); ?></a> 212 212 </div> 213 213
Note: See TracChangeset
for help on using the changeset viewer.