Skip to:
Content

BuddyPress.org

Ticket #3238: single.diff

File single.diff, 669 bytes (added by karmatosed, 15 years ago)
  • single.php

     
    1717                                        </div>
    1818
    1919                                        <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>
    2121
    2222                                                <p class="date">
    2323                                                        <?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 ) ); ?>