Skip to:
Content

BuddyPress.org


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

Fixes #646

File:
1 edited

Legend:

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

    r1305 r1306  
    1010                <div class="post" id="post-<?php the_ID(); ?>">
    1111                    <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e( 'Permanent Link to', 'buddypress' ) ?> <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
    12                     <p class="date"><?php the_time('F jS, Y') ?> <em><?php _e( 'in', 'buddypress' ) ?> <?php the_category(', ') ?> <?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink($post->post_author) ) ?></em></p>
     12                    <p class="date"><?php the_time('F j, Y') ?> <em><?php _e( 'in', 'buddypress' ) ?> <?php the_category(', ') ?> <?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink($post->post_author) ) ?></em></p>
    1313
    1414                    <div class="entry">
Note: See TracChangeset for help on using the changeset viewer.