Make WordPress Core

Changeset 20827


Ignore:
Timestamp:
05/18/2012 04:27:24 PM (12 years ago)
Author:
ryan
Message:

'Live Preview' instead of 'Customize' for the customizer links in the theme browser. see #19910

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-themes-list-table.php

    r20520 r20827  
    138138                . esc_attr( sprintf( __( 'Preview &#8220;%s&#8221;' ), $title ) ) . '">' . __( 'Preview' ) . '</a>'
    139139                . '<a href="' . wp_customize_url( $stylesheet ) . '" class="load-customize hide-if-no-customize">'
    140                 . __( 'Customize' ) . '</a>';
     140                . __( 'Live Preview' ) . '</a>';
    141141            if ( ! is_multisite() && current_user_can( 'delete_themes' ) )
    142142                $actions['delete'] = '<a class="submitdelete deletion" href="' . wp_nonce_url( "themes.php?action=delete&amp;template=$stylesheet", 'delete-theme_' . $stylesheet )
Note: See TracChangeset for help on using the changeset viewer.