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/bbpress/content-single-user.php

    r3608 r3651  
    1010?>
    1111
     12<div id="bbpress-forums">
     13
    1214    <?php do_action( 'bbp_template_notices' ); ?>
    1315
    14     <?php bbp_get_template_part( 'bbpress/user', 'details'        ); ?>
     16    <?php bbp_get_template_part( 'bbpress/user', 'details' ); ?>
    1517
    1618    <hr />
    1719
    18     <?php bbp_get_template_part( 'bbpress/user', 'subscriptions'  ); ?>
     20    <?php bbp_get_template_part( 'bbpress/user', 'subscriptions' ); ?>
    1921
    2022    <hr />
    2123
    22     <?php bbp_get_template_part( 'bbpress/user', 'favorites'      ); ?>
     24    <?php bbp_get_template_part( 'bbpress/user', 'favorites' ); ?>
    2325
    2426    <hr />
    2527
    26     <?php bbp_get_template_part( 'bbpress/user', 'topics-created' );
     28    <?php bbp_get_template_part( 'bbpress/user', 'topics-created' ); ?>
    2729
    28 ?>
     30</div>
Note: See TracChangeset for help on using the changeset viewer.