Changeset 1769
- Timestamp:
- 09/02/2009 10:10:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/deprecated/bphome/comments.php
r1655 r1769 40 40 <?php comment_text() ?> 41 41 42 <p class="commentmetadata"><a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date('F jS, Y') ?> <?php _e( 'at', 'buddypress' ) ?> <?php comment_time() ?></a> <?php edit_comment_link( 'Edit',' [ ',' ]'); ?></p>42 <p class="commentmetadata"><a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date('F jS, Y') ?> <?php _e( 'at', 'buddypress' ) ?> <?php comment_time() ?></a> <?php edit_comment_link( __( 'Edit', 'buddypress' ),' [ ',' ]'); ?></p> 43 43 </div> 44 44 <div class="clear"></div>
Note: See TracChangeset
for help on using the changeset viewer.