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-edit.php

    r3331 r3651  
    1010?>
    1111
    12     <?php do_action( 'bbp_template_notices' );
     12<div id="bbpress-forums">
    1313
    14     // Profile details
    15     bbp_get_template_part( 'bbpress/user', 'details' );
     14    <?php do_action( 'bbp_template_notices' ); ?>
    1615
    17     // User edit form
    18     bbp_get_template_part( 'bbpress/form', 'user-edit' );
     16    <?php bbp_get_template_part( 'bbpress/user', 'details' ); ?>
    1917
    20 ?>
     18    <?php bbp_get_template_part( 'bbpress/form', 'user-edit' ); ?>
     19
     20</div>
Note: See TracChangeset for help on using the changeset viewer.