Changeset 768 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/comments.php
- Timestamp:
- 07/29/2014 06:57:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/comments.php
r724 r768 40 40 * See wporg_developer_comment() in inc/template-tags.php for more. 41 41 */ 42 wp_list_comments( array( 'callback' => 'wporg_developer_ comment' ) );42 wp_list_comments( array( 'callback' => 'wporg_developer_example' ) ); 43 43 ?> 44 44 </ol><!-- .comment-list --> … … 53 53 54 54 <?php endif; // have_comments() ?> 55 56 <?php if ( DevHub\can_user_post_example( false, get_the_ID() ) ) : ?> 55 57 56 58 <p id="add-example" style="display:none;"><a href=""><?php _e( 'Have an example to add?', 'wporg' ); ?></a></p> … … 68 70 ) ); ?> 69 71 72 <?php endif; ?> 73 70 74 </div><!-- #comments -->
Note: See TracChangeset
for help on using the changeset viewer.