Changeset 1358 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-single.php
- Timestamp:
- 02/28/2015 04:48:44 PM (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
r1354 r1358 8 8 </div> 9 9 10 <div class="theme-about hentry" >10 <div class="theme-about hentry" itemscope itemtype="http://schema.org/CreativeWork"> 11 11 <# if ( data.is_outdated ) { #> 12 12 <div class="theme-notice notice notice-warning"> … … 16 16 17 17 <div class="theme-head"> 18 <h3 class="theme-name entry-title" >{{{ data.name }}}</h3>19 <h4 class="theme-author"><?php printf( __( 'By %s' ), '<a href="https://profiles.wordpress.org/{{ data.author.user_nicename }}"><span class="author" >{{{ data.author.display_name }}}</span></a>' ); ?></h4>18 <h3 class="theme-name entry-title" itemprop="name">{{{ data.name }}}</h3> 19 <h4 class="theme-author"><?php printf( __( 'By %s' ), '<a href="https://profiles.wordpress.org/{{ data.author.user_nicename }}"><span class="author" itemprop="author">{{{ data.author.display_name }}}</span></a>' ); ?></h4> 20 20 21 21 <div class="theme-actions"> … … 38 38 <# } #> 39 39 40 <div class="theme-description entry-summary" ><p>{{{ data.description }}}</p></div>40 <div class="theme-description entry-summary" itemprop="description"><p>{{{ data.description }}}</p></div> 41 41 42 42 <# if ( data.tags ) { #>
Note: See TracChangeset
for help on using the changeset viewer.