Changeset 20827
- Timestamp:
- 05/18/2012 04:27:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-themes-list-table.php
r20520 r20827 138 138 . esc_attr( sprintf( __( 'Preview “%s”' ), $title ) ) . '">' . __( 'Preview' ) . '</a>' 139 139 . '<a href="' . wp_customize_url( $stylesheet ) . '" class="load-customize hide-if-no-customize">' 140 . __( ' Customize' ) . '</a>';140 . __( 'Live Preview' ) . '</a>'; 141 141 if ( ! is_multisite() && current_user_can( 'delete_themes' ) ) 142 142 $actions['delete'] = '<a class="submitdelete deletion" href="' . wp_nonce_url( "themes.php?action=delete&template=$stylesheet", 'delete-theme_' . $stylesheet )
Note: See TracChangeset
for help on using the changeset viewer.