Make WordPress Core

Changeset 26472


Ignore:
Timestamp:
11/29/2013 12:03:30 PM (11 years ago)
Author:
dd32
Message:

Themes: Restore a label accidentally removed in r26470. Props SergeyBiryukov. See #25948

File:
1 edited

Legend:

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

    r26470 r26472  
    224224
    225225    <# if ( data.active ) { #>
     226        <span class="current-label"><?php _e( 'Current Theme' ); ?></span>
    226227        <# if ( data.actions['customize'] ) { #>
    227228            <a class="button button-primary hide-if-no-customize" href="{{ data.actions['customize'] }}"><?php _e( 'Customize' ); ?></a>
Note: See TracChangeset for help on using the changeset viewer.