Make WordPress Core

Changeset 32835


Ignore:
Timestamp:
06/18/2015 12:26:40 PM (9 years ago)
Author:
obenland
Message:

Revert [32834].

It's not ready yet and was a product of misusing vim.

See #30729.

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/themes.css

    r32834 r32835  
    120120
    121121.theme-browser .theme .theme-actions .button-primary {
     122    margin-right: 3px;
     123}
     124
     125.theme-browser .theme .theme-actions .button-secondary {
    122126    float: none;
    123127    margin-left: 3px;
    124 }
    125 
    126 .theme-browser .theme .theme-actions .button-secondary {
    127     margin-right: 3px;
    128128}
    129129
  • trunk/src/wp-admin/theme-install.php

    r32834 r32835  
    208208
    209209    <div class="theme-actions">
    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>
     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>
    212212    </div>
    213213
Note: See TracChangeset for help on using the changeset viewer.