Skip to:
Content

BuddyPress.org

Changeset 1769


Ignore:
Timestamp:
09/02/2009 10:10:33 PM (16 years ago)
Author:
apeatling
Message:

Fixes #887

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/deprecated/bphome/comments.php

    r1655 r1769  
    4040                <?php comment_text() ?>
    4141
    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','&nbsp; [ ',' ]'); ?></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' ),'&nbsp; [ ',' ]'); ?></p>
    4343            </div>
    4444            <div class="clear"></div>
Note: See TracChangeset for help on using the changeset viewer.