Changeset 1306 for trunk/bp-themes/buddypress-home/index.php
- Timestamp:
- 04/03/2009 02:09:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/buddypress-home/index.php
r1305 r1306 10 10 <div class="post" id="post-<?php the_ID(); ?>"> 11 11 <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 j S, 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> 13 13 14 14 <div class="entry">
Note: See TracChangeset
for help on using the changeset viewer.