From 0dc5f23123231465b675c4872b637ec2070dacb4 Mon Sep 17 00:00:00 2001 From: pewgeuges <73141620+pewgeuges@users.noreply.github.com> Date: Wed, 24 Feb 2021 18:02:16 +0100 Subject: [PATCH] Fix internal script. --- class/task.php | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/class/task.php b/class/task.php index d56640a..da4ae9f 100644 --- a/class/task.php +++ b/class/task.php @@ -1005,21 +1005,26 @@ class MCI_Footnotes_Task { * @reporter @andreasra * @link https://wordpress.org/support/topic/footnotes-appearing-in-header/page/2/#post-13632566 * - * The script for alternative tooltips is printed formatted, not minified. + * The script for alternative tooltips is printed formatted, not minified, + * for transparency. It isn’t indented though (the PHP open tag neither). */ if ( self::$a_bool_alternative_tooltips_enabled ) { + + // Start internal script. ?> -