Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/12/2011 05:51:15 PM (14 years ago)
Author:
djpaul
Message:

Don't show post title above trackback section

File:
1 edited

Legend:

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

    r3771 r4128  
    6060<?php if ( !empty( $num_trackbacks ) ) : ?>
    6161    <div id="trackbacks">
    62         <span class="title"><?php the_title() ?></span>
    63 
    64         <h3>
    65             <?php printf( _n( '%d Trackback', '%d Trackbacks', $num_trackbacks, 'buddypress' ), number_format_i18n( $num_trackbacks ) ) ?>
    66         </h3>
     62        <h3><?php printf( _n( '%d Trackback', '%d Trackbacks', $num_trackbacks, 'buddypress' ), number_format_i18n( $num_trackbacks ) ) ?></h3>
    6763
    6864        <ul id="trackbacklist">
Note: See TracChangeset for help on using the changeset viewer.