Changeset 5224 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin.php
- Timestamp:
- 03/31/2017 10:05:39 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.php
r4472 r5224 31 31 <footer> 32 32 <span class="plugin-author"> 33 <i class="dashicons dashicons-admin-users"></i> <?php echo esc_html( get_post_meta( get_the_ID(), 'header_author', true) ?: get_the_author() ); ?>33 <i class="dashicons dashicons-admin-users"></i> <?php echo esc_html( strip_tags( get_post_meta( get_the_ID(), 'header_author', true ) ) ?: get_the_author() ); ?> 34 34 </span> 35 35 <span class="active-installs">
Note: See TracChangeset
for help on using the changeset viewer.