Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/03/2009 01:59:16 PM (16 years ago)
Author:
apeatling
Message:

Fixes #645

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/buddypress-home/archive.php

    r1189 r1305  
    4343                    </div>
    4444
    45                     <p class="postmetadata"><?php _e( 'Posted in', 'buddypress' ) ?> <?php the_category(', ') ?> | <?php edit_post_link( __( 'Edit', 'buddypress' ), '', ' | '); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
     45                    <p class="postmetadata"><?php _e( 'Posted in', 'buddypress' ) ?> <?php the_category(', ') ?> | <?php edit_post_link( __( 'Edit', 'buddypress' ), '', ' | '); ?>  <?php comments_popup_link( __( 'No Comments &#187;', 'buddypress' ), __( '1 Comment &#187;', 'buddypress' ), __( '% Comments &#187;', 'buddypress' ) ); ?></p>
    4646
    4747                </div>
Note: See TracChangeset for help on using the changeset viewer.