HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/KWessing/buddypress/bp-forums/bbpress/bb-admin/admin-base.php
<?php
require_once('admin.php');

do_action( $bb_admin_page . '_pre_head' );

bb_get_admin_header(); 
?>

<div class="wrap">

<?php if ( is_callable($bb_admin_page) ) : call_user_func( $bb_admin_page ); else : ?>

<h2><?php _e( 'Page not found' ); ?></h2>
<?php
bb_admin_notice( __( 'There is no administration page at the requested address. Please check the address you entered and try again.' ), 'error' );
do_action( 'bb_admin_notices' );
?>

<?php endif; ?>

</div>

<?php bb_get_admin_footer(); ?>