moved all aptches from cipf plugin to fbpatch
This commit is contained in:
@@ -20,7 +20,7 @@ function plugin_content() {
|
||||
$nonce = Fbpatch::NONCE;
|
||||
$admin_post_patches = Fbpatch::ADMIN_POST_PATCH_CHOICE;
|
||||
ob_start();
|
||||
include(plugin_dir_path(__DIR__) . '/html/menu.html');
|
||||
include(Fbpatch::root_path() . '/html/menu.html');
|
||||
$html = ob_get_clean();
|
||||
|
||||
echo $html;
|
||||
|
||||
Reference in New Issue
Block a user