Changeset 6868 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.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.php
r6849 r6868 29 29 30 30 get_header(); 31 32 31 the_post(); 33 32 ?> … … 152 151 </div><!-- .entry-content --> 153 152 154 <?php155 edit_post_link(156 sprintf(157 /* translators: %s: Name of current post */158 esc_html__( 'Edit %s', 'wporg' ),159 the_title( '<span class="screen-reader-text">"', '"</span>', false )160 ),161 '<footer class="entry-footer"><span class="edit-link">',162 '</span></footer><!-- .entry-footer -->'163 );164 ?>165 153 </article><!-- #post-## --> 166 154
Note: See TracChangeset
for help on using the changeset viewer.