Skip to:
Content

bbPress.org

Changeset 3969


Ignore:
Timestamp:
06/17/2012 10:25:32 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Theme Compatibility:

  • Invert bbp_is_theme_compat_original_template() check in bbp_template_include_theme_compat().
  • Fixes issue with root template files being skipped over.
  • Fixes #1854.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-theme-compatibility.php

    r3964 r3969  
    402402    // includes archive-* and single-* WordPress post_type matches, allowing
    403403    // themes to use the expected format.
    404     if ( bbp_is_theme_compat_original_template( $template ) )
     404    if ( ! bbp_is_theme_compat_original_template( $template ) )
    405405        return $template;
    406406
Note: See TracChangeset for help on using the changeset viewer.