changed all instances of fipf to cipf
This commit is contained in:
@@ -8,13 +8,13 @@ if (!defined('ABSPATH')) {
|
||||
}
|
||||
|
||||
/*
|
||||
function fipfcard_image_editor()
|
||||
function cipfcard_image_editor()
|
||||
{
|
||||
// ob_start();
|
||||
// wp_image_editor('33545');
|
||||
// return ob_get_clean();
|
||||
$fipfcard_image_editor = new PLGNTLS_class();
|
||||
return $fipfcard_image_editor->add_to_front(
|
||||
$cipfcard_image_editor = new PLGNTLS_class();
|
||||
return $cipfcard_image_editor->add_to_front(
|
||||
array(
|
||||
"js/image_editor.js",
|
||||
"html/image_editor.html",
|
||||
@@ -24,7 +24,7 @@ function fipfcard_image_editor()
|
||||
// it returns error 400
|
||||
|
||||
}
|
||||
add_shortcode('fipfcard_image_editor', 'fipfcard_image_editor');
|
||||
add_shortcode('cipfcard_image_editor', 'cipfcard_image_editor');
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user