From 0c75e12a99f018cedc62e3a89f4d553384ad60c4 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sat, 10 Apr 2021 20:35:36 +0100 Subject: [PATCH] fix: fix call to renamed function --- class/dashboard/subpage-main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/dashboard/subpage-main.php b/class/dashboard/subpage-main.php index eb5fa01..ba26c16 100644 --- a/class/dashboard/subpage-main.php +++ b/class/dashboard/subpage-main.php @@ -1352,7 +1352,7 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine { ) ); // Call wp_head function to get the Styling of the mouse-over box. - $g_obj_mci_footnotes->a_obj_task->wp_head(); + $g_obj_mci_footnotes->a_obj_task->footnotes_output_head(); // Display template with replaced placeholders. // phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped echo $l_obj_template->get_content();