Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/09/2011 04:16:07 AM (13 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/bbpress.php

    r3481 r3496  
    428428        require( $this->plugin_dir . 'bbp-includes/bbp-extend-akismet.php'     ); // Spam prevention for topics and replies
    429429        require( $this->plugin_dir . 'bbp-includes/bbp-extend-buddypress.php'  ); // Social network integration
     430        require( $this->plugin_dir . 'bbp-includes/bbp-extend-genesis.php'     ); // Popular theme framework
    430431
    431432        /** Components ********************************************************/
Note: See TracChangeset for help on using the changeset viewer.