Changeset 3664 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
- Timestamp:
- 07/10/2016 06:31:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
r3626 r3664 137 137 <li id="comment-<?php comment_ID(); ?>" <?php comment_class( $comment_class ); ?>> 138 138 <article id="div-comment-<?php comment_ID(); ?>" class="comment-body"> 139 <a href="#comment-content-<?php echo $comment->comment_ID; ?>" class="screen-reader-text"><?php _e( 'Skip to note content', 'wporg' ); ?></a> 139 140 <header class="comment-meta"> 140 141 <?php DevHub_User_Contributed_Notes_Voting::show_voting(); ?> … … 185 186 <!-- .comment-metadata --> 186 187 187 <div class="comment-content" >188 <div class="comment-content" id="comment-content-<?php echo $comment->comment_ID; ?>"> 188 189 <?php comment_text(); ?> 189 190 </div>
Note: See TracChangeset
for help on using the changeset viewer.