From 4f666f1300e90bb103982ffd51f4de74a843198f Mon Sep 17 00:00:00 2001 From: pewgeuges <73141620+pewgeuges@users.noreply.github.com> Date: Wed, 24 Feb 2021 12:26:31 +0100 Subject: [PATCH] Docblocks for tooltips class/layout/settings.php Headings and version for split-off metaboxes docblocks. Overwrites the todo items. Thanks for starting the docblocks required by WP coding standards. --- class/layout/settings.php | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/class/layout/settings.php b/class/layout/settings.php index d933521..fb25f88 100644 --- a/class/layout/settings.php +++ b/class/layout/settings.php @@ -584,7 +584,7 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine { } /** - * Displays the excerpt setting + * Displays the excerpt setting. * * @since 1.5.0 * @@ -620,7 +620,7 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine { } /** - * Displays all settings for the footnote referrers + * Displays all settings for the footnote referrers. * * @since 1.5.0 * @@ -669,7 +669,7 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine { } /** - * Displays all settings for the footnotes mouse-over box. + * Displays enabled status for the footnotes mouse-over box. * * @since 1.5.2 * @@ -709,7 +709,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine { } /** - * TODO: what does this do? + * Displays position settings for the footnotes mouse-over box. + * + * @since 2.2.0 */ public function mouseover_box_position() { @@ -762,7 +764,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine { } /** - * TODO: what does this do? + * Displays dimensions setting for the footnotes mouse-over box. + * + * @since 2.2.0 */ public function mouseover_box_dimensions() { @@ -786,7 +790,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine { } /** - * TODO: what does this do? + * Displays timing settings for the footnotes mouse-over box. + * + * @since 2.2.0 */ public function mouseover_box_timing() { @@ -821,7 +827,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine { } /** - * TODO: what does this do? + * Displays truncation settings for the footnotes mouse-over box. + * + * @since 2.2.0 */ public function mouseover_box_truncation() { // Options for Yes/No select box. @@ -856,7 +864,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine { } /** - * TODO: what does this do? + * Displays dedicated tooltip text settings for the footnotes mouse-over box. + * + * @since 2.2.0 */ public function mouseover_box_text() { // Options for Yes/No select box. @@ -896,7 +906,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine { } /** - * TODO: what does this do? + * Displays style settings for the footnotes mouse-over box. + * + * @since 2.2.0 */ public function mouseover_box_appearance() { // Options for Yes/No select box.