Changeset 6868 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-logos.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-logos.php
r6867 r6868 122 122 </div><!-- .entry-content --> 123 123 124 <?php125 edit_post_link(126 sprintf(127 /* translators: %s: Name of current post */128 esc_html__( 'Edit %s', 'wporg' ),129 the_title( '<span class="screen-reader-text">"', '"</span>', false )130 ),131 '<footer class="entry-footer"><span class="edit-link">',132 '</span></footer><!-- .entry-footer -->'133 );134 ?>135 124 </article><!-- #post-## --> 136 125
Note: See TracChangeset
for help on using the changeset viewer.