Changeset 4128 for trunk/bp-themes/bp-default/comments.php
- Timestamp:
- 03/12/2011 05:51:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/comments.php
r3771 r4128 60 60 <?php if ( !empty( $num_trackbacks ) ) : ?> 61 61 <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> 67 63 68 64 <ul id="trackbacklist">
Note: See TracChangeset
for help on using the changeset viewer.