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/pagination-replies.php

    r3651 r3820  
    1010?>
    1111
    12 <?php do_action( 'bbp_template_before_pagination_loop' ); ?>
     12    <?php do_action( 'bbp_template_before_pagination_loop' ); ?>
    1313
    14 <div class="bbp-pagination">
    15     <div class="bbp-pagination-count">
     14    <div class="bbp-pagination">
     15        <div class="bbp-pagination-count">
    1616
    17         <?php bbp_topic_pagination_count(); ?>
     17            <?php bbp_topic_pagination_count(); ?>
    1818
     19        </div>
     20
     21        <div class="bbp-pagination-links">
     22
     23            <?php bbp_topic_pagination_links(); ?>
     24
     25        </div>
    1926    </div>
    2027
    21     <div class="bbp-pagination-links">
    22 
    23         <?php bbp_topic_pagination_links(); ?>
    24 
    25     </div>
    26 </div>
    27 
    28 <?php do_action( 'bbp_template_after_pagination_loop' ); ?>
     28    <?php do_action( 'bbp_template_after_pagination_loop' ); ?>
Note: See TracChangeset for help on using the changeset viewer.