Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/27/2011 09:57:44 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Theme Compatibility Updates:

  • Tableless layout, fixes #1586, props mercime
  • Introduce content-single-reply and content-topic-tag-edit templates
  • Update shortcodes to use content templates
  • Update theme compatibility to include single reply shortcode
  • @todo CSS audit, RTL audit, shortcode audit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/bbpress/loop-single-reply.php

    r3492 r3634  
    1010?>
    1111
    12         <tr class="bbp-reply-header">
    13                 <td colspan="2">
     12        <div class="bbp-reply-header">
     13       
     14                <div class="bbp-meta">
    1415
    1516                        <?php printf( __( '%1$s at %2$s', 'bbpress' ), get_the_date(), esc_attr( get_the_time() ) ); ?>
     
    2324                        <?php do_action( 'bbp_theme_after_reply_admin_links' ); ?>
    2425
    25                 </td>
    26         </tr>
     26                </div><!-- .bbp-meta -->
     27               
     28        </div><!-- .bbp-reply-header -->
    2729
    28         <tr id="post-<?php bbp_reply_id(); ?>" <?php bbp_reply_class(); ?>>
     30        <div id="post-<?php bbp_reply_id(); ?>" <?php bbp_reply_class(); ?>>
    2931
    30                 <td class="bbp-reply-author">
     32                <div class="bbp-reply-author">
    3133
    3234                        <?php do_action( 'bbp_theme_before_reply_author_details' ); ?>
     
    4648                        <?php do_action( 'bbp_theme_after_reply_author_details' ); ?>
    4749
    48                 </td>
     50                </div><!-- .bbp-reply-author -->
    4951
    50                 <td class="bbp-reply-content">
     52                <div class="bbp-reply-content">
    5153
    5254                        <?php do_action( 'bbp_theme_after_reply_content' ); ?>
     
    5658                        <?php do_action( 'bbp_theme_before_reply_content' ); ?>
    5759
    58                 </td>
     60                </div><!-- .bbp-reply-content -->
    5961
    60         </tr><!-- #post-<?php bbp_topic_id(); ?> -->
     62        </div><!-- #post-<?php bbp_topic_id(); ?> -->
Note: See TracChangeset for help on using the changeset viewer.