Skip to:
Content

bbPress.org

Changeset 3547


Ignore:
Timestamp:
10/30/2011 03:19:36 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Tweak user template parts to move hr tags into content-single-user.php.

Location:
branches/plugin/bbp-themes/bbp-twentyten/bbpress
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/bbpress/content-single-user.php

    r3311 r3547  
    1010?>
    1111
    12     <?php do_action( 'bbp_template_notices' );
     12    <?php do_action( 'bbp_template_notices' ); ?>
    1313
    14     // Profile details
    15     bbp_get_template_part( 'bbpress/user', 'details'        );
     14    <?php bbp_get_template_part( 'bbpress/user', 'details'        ); ?>
    1615
    17     // Subscriptions
    18     bbp_get_template_part( 'bbpress/user', 'subscriptions'  );
     16    <hr />
    1917
    20     // Favorite topics
    21     bbp_get_template_part( 'bbpress/user', 'favorites'      );
     18    <?php bbp_get_template_part( 'bbpress/user', 'subscriptions'  ); ?>
    2219
    23     // Topics created
    24     bbp_get_template_part( 'bbpress/user', 'topics-created' );
     20    <hr />
     21
     22    <?php bbp_get_template_part( 'bbpress/user', 'favorites'      ); ?>
     23
     24    <hr />
     25
     26    <?php bbp_get_template_part( 'bbpress/user', 'topics-created' ); ?>
    2527
    2628?>
  • branches/plugin/bbp-themes/bbp-twentyten/bbpress/user-favorites.php

    r3233 r3547  
    1313
    1414    <div id="bbp-author-favorites" class="bbp-author-favorites">
    15         <hr />
    1615        <h2 class="entry-title"><?php _e( 'Favorite Forum Topics', 'bbpress' ); ?></h2>
    1716        <div class="entry-content">
  • branches/plugin/bbp-themes/bbp-twentyten/bbpress/user-subscriptions.php

    r3233 r3547  
    1717
    1818            <div id="bbp-author-subscriptions" class="bbp-author-subscriptions">
    19                 <hr />
    2019                <h2 class="entry-title"><?php _e( 'Subscribed Forum Topics', 'bbpress' ); ?></h2>
    2120                <div class="entry-content">
  • branches/plugin/bbp-themes/bbp-twentyten/bbpress/user-topics-created.php

    r3233 r3547  
    1313
    1414    <div id="bbp-author-topics-started" class="bbp-author-topics-started">
    15         <hr />
    1615        <h2 class="entry-title"><?php _e( 'Forum Topics Created', 'bbpress' ); ?></h2>
    1716        <div class="entry-content">
Note: See TracChangeset for help on using the changeset viewer.