Changeset 6868 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-swag.php
- Timestamp:
- 03/13/2018 03:40:28 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-swag.php
r6867 r6868 70 70 </div><!-- .entry-content --> 71 71 72 <?php73 edit_post_link(74 sprintf(75 /* translators: %s: Name of current post */76 esc_html__( 'Edit %s', 'wporg' ),77 the_title( '<span class="screen-reader-text">"', '"</span>', false )78 ),79 '<footer class="entry-footer"><span class="edit-link">',80 '</span></footer><!-- .entry-footer -->'81 );82 ?>83 72 </article><!-- #post-## --> 84 73
Note: See TracChangeset
for help on using the changeset viewer.