Changeset 6868 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-history.php
- Timestamp:
- 03/13/2018 03:40:28 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-history.php
r6867 r6868 60 60 </div><!-- .entry-content --> 61 61 62 <?php63 edit_post_link(64 sprintf(65 /* translators: %s: Name of current post */66 esc_html__( 'Edit %s', 'wporg' ),67 the_title( '<span class="screen-reader-text">"', '"</span>', false )68 ),69 '<footer class="entry-footer"><span class="edit-link">',70 '</span></footer><!-- .entry-footer -->'71 );72 ?>73 62 </article><!-- #post-## --> 74 63
Note: See TracChangeset
for help on using the changeset viewer.