Changeset 45609 for trunk/src/wp-content/themes/twentyten/author.php
- Timestamp:
- 07/09/2019 01:08:47 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-content/themes/twentyten/author.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/author.php
r43571 r45609 27 27 ?> 28 28 29 <h1 class="page-title author"><?php printf( __( 'Author Archives: %s', 'twentyten' ), '<span class="vcard"><a class="url fn n" href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '" title="' . esc_attr( get_the_author() ) . '" rel="me">' . get_the_author() . '</a></span>' ); ?></h1> 29 <h1 class="page-title author"> 30 <?php 31 /* translators: %s: author display name */ 32 printf( __( 'Author Archives: %s', 'twentyten' ), '<span class="vcard"><a class="url fn n" href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '" title="' . esc_attr( get_the_author() ) . '" rel="me">' . get_the_author() . '</a></span>' ); 33 ?> 34 </h1> 30 35 31 36 <?php … … 47 52 </div><!-- #author-avatar --> 48 53 <div id="author-description"> 49 <h2><?php printf( __( 'About %s', 'twentyten' ), get_the_author() ); ?></h2> 54 <h2> 55 <?php 56 /* translators: %s: author display name */ 57 printf( __( 'About %s', 'twentyten' ), get_the_author() ); 58 ?> 59 </h2> 50 60 <?php the_author_meta( 'description' ); ?> 51 61 </div><!-- #author-description -->
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)