false, 'id' => false) ) ); exit; } } if ( isset($_GET['message']) ) { switch ( $_GET['message'] ) : case 'updated' : bb_admin_notice( __( 'Forum Updated.' ) ); break; case 'deleted' : bb_admin_notice( sprintf( __( 'Forum deleted. You should recount your site information.' ), bb_get_uri('bb-admin/tools-recount.php', null, BB_URI_CONTEXT_A_HREF + BB_URI_CONTEXT_BB_ADMIN) ) ); break; endswitch; } if ( !isset($_GET['action']) ) wp_enqueue_script( 'admin-forums' ); elseif ( 'delete' == @$_GET['action'] ) bb_admin_notice( sprintf( __( 'Are you sure you want to delete the "%s" forum?' ), $deleted_forum->forum_name ) ); $bb_admin_body_class = ' bb-admin-forums'; bb_get_admin_header(); ?>

  • topics), $deleted_forum->topics); ?>
  • posts), $deleted_forum->posts); ?>
'move_topics_forum', 'callback' => 'strcmp', 'callback_args' => array($deleted_forum->forum_id), 'selected' => $deleted_forum->forum_parent) ); ?>