Ticket #1912: 1912.01.patch
| File 1912.01.patch, 668 bytes (added by , 14 years ago) |
|---|
-
bbp-includes/bbp-theme-compatibility.php
280 280 // Load up bbPress 281 281 $bbp = bbpress(); 282 282 283 // Only override if the flag is set and not previously registered284 if ( ! empty( $bbp->theme_compat->packages[$theme->id] ) || ( true === $override )) {283 // Only override if the flag is set and not previously registered 284 if ( empty( $bbp->theme_compat->packages[$theme->id] ) || true === $override ) { 285 285 $bbp->theme_compat->packages[$theme->id] = $theme; 286 286 } 287 287 }