Ticket #3238: single.diff
| File single.diff, 669 bytes (added by , 15 years ago) |
|---|
-
single.php
17 17 </div> 18 18 19 19 <div class="post-content"> 20 <h2 class="posttitle">< a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e( 'Permanent Link to', 'buddypress' ) ?> <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>20 <h2 class="posttitle"><?php the_title(); ?></h2> 21 21 22 22 <p class="date"> 23 23 <?php printf( __( '%1$s <span>in %2$s by %3$s</span>', 'buddypress' ), get_the_date(), get_the_category_list( ', ' ), bp_core_get_userlink( $post->post_author ) ); ?>