Changeset 3969
- Timestamp:
- 06/17/2012 10:25:32 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-theme-compatibility.php
r3964 r3969 402 402 // includes archive-* and single-* WordPress post_type matches, allowing 403 403 // themes to use the expected format. 404 if ( bbp_is_theme_compat_original_template( $template ) )404 if ( ! bbp_is_theme_compat_original_template( $template ) ) 405 405 return $template; 406 406
Note: See TracChangeset
for help on using the changeset viewer.