Changeset 6196 for trunk/src/includes/core/theme-compat.php
- Timestamp:
- 12/28/2016 06:16:53 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/theme-compat.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/theme-compat.php
r5951 r6196 486 486 487 487 // Bail if shortcodes are unset somehow 488 if ( ! is_a( $bbp_shortcodes, 'BBP_Shortcodes' ) ) {488 if ( ! is_a( $bbp_shortcodes, 'BBP_Shortcodes' ) ) { 489 489 return $template; 490 490 }
Note: See TracChangeset
for help on using the changeset viewer.