Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/18/2011 09:32:04 PM (13 years ago)
Author:
djpaul
Message:

Remove duplicated author link in byline (it's in the left-hand box, with the author's avatar).

File:
1 edited

Legend:

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

    r4496 r4528  
    2828                            <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>
    2929
    30                             <p class="date"><?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 ) ); ?></p>
     30                            <p class="date"><?php printf( __( '%1$s <span>in %2$s</span>', 'buddypress' ), get_the_date(), get_the_category_list( ', ' ) ); ?></p>
    3131
    3232                            <div class="entry">
Note: See TracChangeset for help on using the changeset viewer.