Ticket #26443: 26443.diff
File 26443.diff, 675 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/themes.php
270 270 271 271 <div class="theme-info"> 272 272 <# if ( data.active ) { #> 273 <span class="current-label"><?php _e( ' CurrentTheme' ); ?></span>273 <span class="current-label"><?php _e( 'Active Theme' ); ?></span> 274 274 <# } #> 275 275 <h3 class="theme-name">{{{ data.name }}}<span class="theme-version"><?php printf( __( 'Version: %s' ), '{{{ data.version }}}' ); ?></span></h3> 276 276 <h4 class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.authorAndUri }}}' ); ?></h4>