Changeset 31250 for trunk/src/wp-content/themes/twentyfourteen/comments.php
- Timestamp:
- 01/20/2015 07:02:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/comments.php
r26260 r31250 41 41 <?php 42 42 wp_list_comments( array( 43 'style' => 'ol',44 'short_ping' => true,45 'avatar_size' => 34,43 'style' => 'ol', 44 'short_ping' => true, 45 'avatar_size' => 34, 46 46 ) ); 47 47 ?>
Note: See TracChangeset
for help on using the changeset viewer.