From 35b26115007fe01d64dee962cc4453591a25b872 Mon Sep 17 00:00:00 2001 From: pewgeuges Date: Thu, 25 Mar 2021 03:22:15 +0000 Subject: [PATCH] Update unreleased bugfix v2.5.14 with Stable Tag 2.5.10. Urgent response to https://wordpress.org/support/topic/footnotes-content-number-not-sequential/ Correct class/dashboard/subpage-main.php Correct templates/dashboard/settings-start-end.html = 2.5.14 = - Bugfix: Footnote delimiter short codes: fix numbering bug by cross-editor HTML escapement schema harmonization, thanks to @patrick_here @alifarahani8000 @gova bug reports. - Update: Dashboard: General settings: Footnote start and end short codes: delete comment on pointy brackets. git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2502990 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- class/dashboard/subpage-main.php | 2 -- templates/dashboard/settings-start-end.html | 3 --- 2 files changed, 5 deletions(-) diff --git a/class/dashboard/subpage-main.php b/class/dashboard/subpage-main.php index 11c23c4..c4879fd 100644 --- a/class/dashboard/subpage-main.php +++ b/class/dashboard/subpage-main.php @@ -423,8 +423,6 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine { $l_obj_template->replace( array( - 'description-escapement' => __( 'CAUTION: When using short codes with pointy brackets, all footnotes should be added in the same editor and mode. Short codes are processed 1st with balanced escapement (Classic Editor), 2nd with unbalanced escapement (Block Editor), and 3rd without escapement (text mode).', 'footnotes' ), - 'label-short-code-start' => $this->add_label( MCI_Footnotes_Settings::C_STR_FOOTNOTES_SHORT_CODE_START, __( 'Footnote start tag short code:', 'footnotes' ) ), 'short-code-start' => $this->add_select_box( MCI_Footnotes_Settings::C_STR_FOOTNOTES_SHORT_CODE_START, $l_arr_shortcode_start ), 'short-code-start-user' => $this->add_text_box( MCI_Footnotes_Settings::C_STR_FOOTNOTES_SHORT_CODE_START_USER_DEFINED ), diff --git a/templates/dashboard/settings-start-end.html b/templates/dashboard/settings-start-end.html index cf3744a..bb56b21 100644 --- a/templates/dashboard/settings-start-end.html +++ b/templates/dashboard/settings-start-end.html @@ -1,6 +1,3 @@ -
-

[[description-escapement]]

-