Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/09/2011 04:16:07 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Introduce Genesis theme framework compatibility class.

  • Fixes error messages thrown by bbPress theme compatibility when using Genesis.
  • Moves extension loading onto 'bbp_ready' action in bbp-core-hooks.php to ensure bbPress has initialized.
  • Adds missing post data to bbp_theme_compat_reset_post() to prevent debug notices.
  • Fixes table width when in theme compatibility mode.

See #1622. Props jaredatch for original patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-topic-template.php

    r3492 r3496  
    27182718        $defaults = array (
    27192719            'topic_id'  => 0,
    2720             'before'    => '<div class="bbp-template-notice info"><p class="post-meta description">',
     2720            'before'    => '<div class="bbp-template-notice info"><p class="bbp-topic-description">',
    27212721            'after'     => '</p></div>',
    27222722            'size'      => 14
Note: See TracChangeset for help on using the changeset viewer.