Ticket #1609: 1609.diff
File 1609.diff, 1.7 KB (added by , 9 years ago) |
---|
-
wp-content/themes/pub/wporg-themes/style.css
444 444 } 445 445 446 446 .theme-wrap .theme-meta-info .updated, 447 .theme-wrap .theme-meta-info .theme_version, 447 448 .theme-wrap .theme-meta-info .active_installs { 448 449 margin: 0 0 0.5em; 449 450 } -
wp-content/themes/pub/wporg-themes/view-templates/theme-single.php
38 38 39 39 <div class="theme-meta-info"> 40 40 <p class="updated"><?php printf( __( 'Last updated: %s', 'wporg-themes' ), '<strong>{{ data.last_updated }}</strong>' ); ?></p> 41 <p class="theme_version"><?php printf( __( 'Current Version: %s', 'wporg-themes' ), '<strong>{{ data.version }}</strong>' ); ?></p> 41 42 <p class="active_installs"><?php printf( __( 'Active Installs: %s', 'wporg-themes' ), '<strong>{{ data.active_installs }}</strong>' ); ?></p> 42 43 <# if ( data.theme_url ) { #> 43 44 <a href="{{ data.theme_url }}"><?php _e( 'Theme Homepage', 'wporg-themes' ); ?></a> -
wp-content/themes