Ticket #1269: meta-1269.patch
File meta-1269.patch, 1.1 KB (added by , 10 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/theme-single.php
37 37 <?php } ?> 38 38 39 39 <div class="theme-meta-info"> 40 <p class="updated"><?php printf( __( 'Last updated: %s', 'wporg-themes' ), '<strong>' . date_i18n( 'F j, Y', strtotime( $theme->last_updated ) ) . '</strong>' ); ?></p> 40 <p class="updated"> 41 <?php printf( __( 'Last updated: %s', 'wporg-themes' ), 42 /* translators: localized date format, see http://php.net/date */ 43 '<strong>' . date_i18n( _x( 'F j, Y', 'last update date format' ), strtotime( $theme->last_updated ) ) . '</strong>' 44 ); ?> 45 </p> 41 46 <?php if ( $theme->theme_url ) { ?> 42 47 <a href="<?php echo esc_url( $theme->theme_url ); ?>"><?php _e( 'Theme Homepage', 'wporg-themes' ); ?></a> 43 48 <?php } ?>