Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/28/2011 07:37:22 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Audit the bbp-twentyten theme's actions, HTML, and CSS. See #1702.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/page-topic-tags.php

    r3348 r3651  
    2525                            <?php get_the_content() ? the_content() : _e( '<p>This is a collection of tags that are currently popular on our forums.</p>', 'bbpress' ); ?>
    2626
    27                             <?php bbp_breadcrumb(); ?>
     27                            <div id="bbpress-forums">
    2828
    29                             <div id="bbp-topic-hot-tags">
     29                                <?php bbp_breadcrumb(); ?>
    3030
    31                                 <?php wp_tag_cloud( array( 'smallest' => 9, 'largest' => 38, 'number' => 80, 'taxonomy' => bbp_get_topic_tag_tax_id() ) ); ?>
     31                                <div id="bbp-topic-hot-tags">
    3232
     33                                    <?php wp_tag_cloud( array( 'smallest' => 9, 'largest' => 38, 'number' => 80, 'taxonomy' => bbp_get_topic_tag_tax_id() ) ); ?>
     34
     35                                </div>
    3336                            </div>
    34 
    3537                        </div>
    3638                    </div><!-- #bbp-topic-tags -->
Note: See TracChangeset for help on using the changeset viewer.