Changeset 30901
- Timestamp:
- 12/16/2014 01:39:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/inc/template-tags.php
r30899 r30901 85 85 _x( 'Author', 'Used before post author name.', 'twentyfifteen' ), 86 86 esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), 87 esc_html( get_the_author())87 get_the_author() 88 88 ); 89 89 }
Note: See TracChangeset
for help on using the changeset viewer.