Make WordPress Core

Ticket #26443: 26443.diff

File 26443.diff, 675 bytes (added by shaunandrews, 11 years ago)
  • src/wp-admin/themes.php

     
    270270
    271271                        <div class="theme-info">
    272272                                <# if ( data.active ) { #>
    273                                         <span class="current-label"><?php _e( 'Current Theme' ); ?></span>
     273                                        <span class="current-label"><?php _e( 'Active Theme' ); ?></span>
    274274                                <# } #>
    275275                                <h3 class="theme-name">{{{ data.name }}}<span class="theme-version"><?php printf( __( 'Version: %s' ), '{{{ data.version }}}' ); ?></span></h3>
    276276                                <h4 class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.authorAndUri }}}' ); ?></h4>