Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/21/2012 10:26:34 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Revert bbp-twentyten back to table based layout:

  • bbp-theme-compat retains tableless layout, and is canonical backup for missing template files
  • Avoid back-compat issues with installs that have modified bbPress 2.0 CSS
  • Fixes #1796
File:
1 edited

Legend:

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

    r3651 r3820  
    1111
    1212<div id="bbpress-forums">
     13   
     14    <?php do_action( 'bbp_template_notices' );
    1315
    14     <?php do_action( 'bbp_template_notices' ); ?>
     16    // Profile details
     17    bbp_get_template_part( 'bbpress/user', 'details' );
    1518
    16     <?php bbp_get_template_part( 'bbpress/user', 'details' ); ?>
    17 
    18     <?php bbp_get_template_part( 'bbpress/form', 'user-edit' ); ?>
     19    // User edit form
     20    bbp_get_template_part( 'bbpress/form', 'user-edit' ); ?>
    1921
    2022</div>
Note: See TracChangeset for help on using the changeset viewer.