From bf80a52c07ff79ac2874e267305c528317da31aa Mon Sep 17 00:00:00 2001 From: pewgeuges <73141620+pewgeuges@users.noreply.github.com> Date: Wed, 24 Feb 2021 23:53:22 +0100 Subject: [PATCH] Edit file level docblocks. --- class/config.php | 8 +++----- class/convert.php | 6 ++---- class/hooks.php | 6 +++--- class/init.php | 2 -- class/language.php | 5 ++--- class/settings.php | 5 ++--- class/task.php | 2 -- class/template.php | 1 + class/wysiwyg.php | 3 ++- 9 files changed, 15 insertions(+), 23 deletions(-) diff --git a/class/config.php b/class/config.php index 4025584..8f02119 100644 --- a/class/config.php +++ b/class/config.php @@ -4,12 +4,10 @@ * * @filesource * @package footnotes - * @since 1.5.0 12.09.14 10:56 + * @since 1.5.0 + * @date 12.09.14 10:56 * - * Edited for: - * 2.0.4 add Public Plugin name for dashboard heading 2020-11-01T0452+0100 - * - * Last modified: 2021-02-18T2027+0100 + * @since 2.0.4 add Public Plugin name for dashboard heading 2020-11-01T0452+0100 */ /** diff --git a/class/convert.php b/class/convert.php index 5847d03..3adb313 100644 --- a/class/convert.php +++ b/class/convert.php @@ -4,12 +4,10 @@ * * @filesource * @package footnotes - * @since 1.5.0 12.09.14 10:56 + * @since 1.5.0 + * @date 12.09.14 10:56 * - * Edited: * @since 2.2.0 add lowercase Roman 2020-12-12T1540+0100 - * - * Last modified: 2020-12-12T1541+0100 */ /** diff --git a/class/hooks.php b/class/hooks.php index 7254d9f..07b929f 100644 --- a/class/hooks.php +++ b/class/hooks.php @@ -4,10 +4,10 @@ * * @filesource * @package footnotes - * @since 1.5.0 12.09.14 10:56 + * @since 1.5.0 + * @date 12.09.14 10:56 * - * Edited: - * @since 2.2.0 2020-12-12T1223+0100 + * @since 2.2.0 (to determine) 2020-12-12T1223+0100 */ /** diff --git a/class/init.php b/class/init.php index e72ce3f..812bd13 100644 --- a/class/init.php +++ b/class/init.php @@ -7,8 +7,6 @@ * @since 1.5.0 * @date 12.09.14 10:56 * - * @lastmodified 2021-02-24T1617+0100 - * * @since 1.6.5 Bugfix: Improve widgets registration, thanks to @felipelavinz code contribution. * @since 1.6.5 Update: Fix for deprecated PHP function create_function(), thanks to @psykonevro @daliasued bug reports, thanks to @felipelavinz code contribution. * @since 2.0.0 Update: Tooltips: fix disabling bug by loading jQuery UI library, thanks to @rajinderverma @ericcorbett2 @honlapdavid @mmallett bug reports, thanks to @vonpiernik code contribution. diff --git a/class/language.php b/class/language.php index ea56423..fd86a8c 100644 --- a/class/language.php +++ b/class/language.php @@ -4,9 +4,8 @@ * * @filesource * @package footnotes - * @since 1.5.0 14.09.14 17:47 - * - * @lastmodified 2021-02-18T2028+0100 + * @since 1.5.0 + * @date 14.09.14 17:47 * * @since 2.0.0 Bugfix: Localization: correct function call apply_filters() with all required arguments after PHP 7.1 promoted warning to error, thanks to @matkus2 bug report and code contribution. * @since 2.1.6 Bugfix: Localization: conform to WordPress plugin language file name scheme, thanks to @nikelaos bug report. diff --git a/class/settings.php b/class/settings.php index 2dd59ba..7073a0e 100644 --- a/class/settings.php +++ b/class/settings.php @@ -4,9 +4,8 @@ * * @filesource * @package footnotes - * @since 1.5.0 14.09.14 10:43 - * - * @lastmodified 2021-02-19T1608+0100 + * @since 1.5.0 + * @date 14.09.14 10:43 * * @since 2.0.4 restore arrow settings 2020-11-02T2115+0100 * @since 2.0.7 remove hook the_post 2020-11-06T1342+0100 diff --git a/class/task.php b/class/task.php index 42b2a1a..f477614 100644 --- a/class/task.php +++ b/class/task.php @@ -6,8 +6,6 @@ * @package footnotes * @since 1.5.0 * - * @lastmodified 2021-02-20T0438+0100 - * * @since 2.0.0 Bugfix: various. * @since 2.0.4 Bugfix: Referrers and backlinks: remove hard links to streamline browsing history, thanks to @theroninjedi47 bug report. * @since 2.0.5 Bugfix: Reference container: fix relative position through priority level, thanks to @june01 @imeson @spaceling bug reports, thanks to @spaceling code contribution. diff --git a/class/template.php b/class/template.php index fd716d6..fd4e6ba 100644 --- a/class/template.php +++ b/class/template.php @@ -5,6 +5,7 @@ * @filesource * @package footnotes * @since 1.5.0 + * @date 14.09.14 10:58 * * @since 2.2.6 Adding: Templates: support for custom templates in sibling folder, thanks to @misfist issue report. * @since 2.5.0 Adding: Templates: Enable template location stack, thanks to @misfist code contribution. diff --git a/class/wysiwyg.php b/class/wysiwyg.php index 671a2d3..898f133 100644 --- a/class/wysiwyg.php +++ b/class/wysiwyg.php @@ -4,7 +4,8 @@ * * @filesource * @package footnotes - * @since 1.5.0 14.09.14 17:30 + * @since 1.5.0 + * @date 14.09.14 17:30 */ /**