Changeset 4568
- Timestamp:
- 12/22/2016 02:00:22 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php
r4505 r4568 103 103 <span class="byline"><?php 104 104 $url = get_post_meta( get_the_ID(), 'header_author_uri', true ); 105 $author = get_post_meta( get_the_ID(), 'header_author', true) ?: get_the_author();105 $author = strip_tags( get_post_meta( get_the_ID(), 'header_author', true ) ) ?: get_the_author(); 106 106 107 107 printf(
Note: See TracChangeset
for help on using the changeset viewer.