From c87e7216379ab7ffe1ef033e4bedb7e25ea26ca9 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Mon, 2 Aug 2021 22:35:28 +0100 Subject: [PATCH] chore: remove description --- .../general/class-reference-container-settings-group.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/includes/settings/general/class-reference-container-settings-group.php b/src/includes/settings/general/class-reference-container-settings-group.php index 9fa7de6..3c96770 100644 --- a/src/includes/settings/general/class-reference-container-settings-group.php +++ b/src/includes/settings/general/class-reference-container-settings-group.php @@ -45,7 +45,6 @@ class ReferenceContainerSettingsGroup extends SettingsGroup { const COMBINE_IDENTICAL_FOOTNOTES = array( 'key' => 'footnote_inputfield_combine_identical', 'name' => 'Combine Identical Footnotes', - 'description' => 'Whether to combine identical footnotes.', 'default_value' => true, 'type' => 'boolean', 'input_type' => 'checkbox'