8 lines
122 B
PHP
8 lines
122 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* Placeholder for bbPress plugin bridge
|
||
|
|
*/
|
||
|
|
|
||
|
|
// Exit if accessed directly
|
||
|
|
if ( !defined( 'ABSPATH' ) ) exit;
|
||
|
|
?>
|