Changeset 1383 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-single.php
- Timestamp:
- 03/06/2015 08:45:23 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-single.php
r1377 r1383 29 29 </div> 30 30 <# } #> 31 32 <div class="theme-meta-info"> 33 <p class="updated"><?php printf( __( 'Last updated: %s', 'wporg-themes' ), '<strong>{{ new Date( data.last_updated ).toLocaleDateString() }}</strong>' ); ?></p> 34 <# if ( data.theme_url ) { #> 35 <a href="{{ data.theme_url }}"><?php _e( 'Theme Homepage', 'wporg-themes' ); ?></a> 36 <# } #> 37 </div> 31 38 </div><!-- .theme-head --> 32 39
Note: See TracChangeset
for help on using the changeset viewer.