Changeset 6868 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.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-privacy.php
r6867 r6868 74 74 </div><!-- .entry-content --> 75 75 76 <?php77 edit_post_link(78 sprintf(79 /* translators: %s: Name of current post */80 esc_html__( 'Edit %s', 'wporg' ),81 the_title( '<span class="screen-reader-text">"', '"</span>', false )82 ),83 '<footer class="entry-footer"><span class="edit-link">',84 '</span></footer><!-- .entry-footer -->'85 );86 ?>87 76 </article><!-- #post-## --> 88 77
Note: See TracChangeset
for help on using the changeset viewer.