Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/11/2011 12:14:13 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Adjustments to bbp-twentyten to use new functions and include updated styling for them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/loop-bbp_replies.php

    r2818 r2878  
    2424        <tfoot>
    2525            <tr>
    26                 <td colspan="2"><?php bbp_topic_admin_links(); ?></td>
     26                <th class="bbp-reply-author"><?php  _e( 'Author',  'bbpress' ); ?></th>
     27                <th class="bbp-reply-content"><?php _e( 'Replies', 'bbpress' ); ?></th>
    2728            </tr>
    2829        </tfoot>
     
    4950                <tr id="reply-<?php bbp_reply_id(); ?>" <?php bbp_reply_class(); ?>>
    5051
    51                     <td class="bbp-reply-author"><?php bbp_reply_author_link(); ?></td>
     52                    <td class="bbp-reply-author"><?php bbp_reply_author_link( array( 'type' => 'avatar' ) ); ?></td>
    5253
    5354                    <td class="bbp-reply-content">
Note: See TracChangeset for help on using the changeset viewer.