Make WordPress Core


Ignore:
Timestamp:
06/18/2015 12:23:30 PM (10 years ago)
Author:
obenland
Message:

Emphasise previewing new themes

File:
1 edited

Legend:

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

    r32116 r32834  
    208208
    209209    <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>
    212212    </div>
    213213
Note: See TracChangeset for help on using the changeset viewer.