Changeset 1253
- Timestamp:
- 02/11/2015 07:02:21 PM (11 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes
- Files:
-
- 2 edited
-
content-single.php (modified) (1 diff)
-
view-templates/theme-single.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content-single.php
r1249 r1253 34 34 ?> 35 35 </span> 36 <h4 class="theme-author"><?php printf( __( 'By %s' ), '<span class="author">' . $theme->author . '</span>'); ?></h4>36 <h4 class="theme-author"><?php printf( __( 'By %s' ), sprintf( '<a href="https://profiles.wordpress.org/%s"><span class="author">%s</span><a/>', $theme->author ) ); ?></h4> 37 37 38 38 <div class="theme-description entry-summary"><?php the_content(); ?></div> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-single.php
r1249 r1253 34 34 <?php printf( __( 'Version: %s' ), sprintf( '<abbr title="%1$s">%2$s</abbr>', esc_attr( sprintf( __( 'Last updated: %s' ), '{{ new Date(data.last_updated).toLocaleDateString() }}' ) ), '{{{ data.version }}}' ) ); ?> 35 35 </span> 36 <h4 class="theme-author"><?php printf( __( 'By %s' ), '< span class="author">{{{ data.author }}}</span>' ); ?></h4>36 <h4 class="theme-author"><?php printf( __( 'By %s' ), '<a href="https://profiles.wordpress.org/{{ data.author }}"><span class="author">{{{ data.author }}}</span></a>' ); ?></h4> 37 37 38 38 <p class="theme-description entry-summary">{{{ data.description }}}</p>
Note: See TracChangeset
for help on using the changeset viewer.