Changeset 15209 for trunk/wp-content/themes/twentyten/functions.php
- Timestamp:
- 06/11/2010 02:17:26 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/functions.php
r15195 r15209 379 379 </div><!-- #comment-## --> 380 380 381 <?php else : ?>381 <?php elseif ( in_array($comment->comment_type, array('pingback', 'trackback')) ) : ?> 382 382 <li class="post pingback"> 383 383 <p><?php _e( 'Pingback:', 'twentyten' ); ?> <?php comment_author_link(); ?><?php edit_comment_link( __('(Edit)', 'twentyten'), ' ' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.