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/single-bbp_topic.php

    r2818 r2878  
    2525                            <?php bbp_topic_tag_list(); ?>
    2626
     27                            <?php bbp_single_topic_description(); ?>
     28
    2729                            <div id="ajax-response"></div>
    2830
     
    4850                                            <span class="bbp-topic_replies"><?php bbp_topic_replies_link(); ?></span>
    4951                                            <span class="bbp-topic_voices"><?php printf( _n( '(%s voice)', '(%s voices)', bbp_get_topic_voice_count(), 'bbpress' ), bbp_get_topic_voice_count() ); ?></span>
    50                                             <span class="bbp-admin-links"><?php bbp_topic_admin_links(); ?><span>
     52
     53                                            <?php bbp_topic_admin_links(); ?>
     54
    5155                                        </td>
    5256                                    </tr>
     
    5660
    5761                                    <tr class="bbp-topic-header">
    58                                         <td class="bbp-topic-author"><?php bbp_topic_author_display_name(); ?></td>
     62                                        <td class="bbp-topic-author"><?php bbp_topic_author_link( array( 'type' => 'name' ) ); ?></td>
    5963
    6064                                        <td class="bbp-topic-content">
     
    6872                                    <tr id="reply-<?php bbp_topic_id(); ?>" <?php post_class( 'bbp-forum-topic' ); ?>>
    6973
    70                                         <td class="bbp-topic-author"><?php bbp_topic_author_link(); ?></td>
     74                                        <td class="bbp-topic-author"><?php bbp_topic_author_link( array( 'type' => 'avatar' ) ); ?></td>
    7175
    7276                                        <td class="bbp-topic-content">
Note: See TracChangeset for help on using the changeset viewer.