From 422a6d1fa2322e50e29c3fe946b4bf47970ea663 Mon Sep 17 00:00:00 2001 From: pewgeuges <73141620+pewgeuges@users.noreply.github.com> Date: Thu, 25 Feb 2021 14:22:07 +0100 Subject: [PATCH] File level headings in class/layout/. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move date to @‌date tag below the @‌since tag. Delete @‌lastmodified tag as pointless, easily out of sync, and screwing things up when collaborating. Need to mention however that in many projects, the last modified datestamp is applied and maintained. That said, some published files on the web out there contain edits post-dating their datestamp. --- class/layout/diagnostics.php | 3 ++- class/layout/init.php | 3 ++- class/layout/settings.php | 5 ++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/class/layout/diagnostics.php b/class/layout/diagnostics.php index 552c4e7..502f293 100644 --- a/class/layout/diagnostics.php +++ b/class/layout/diagnostics.php @@ -4,7 +4,8 @@ * * @filesource * @package footnotes - * @since 1.5.0 14.09.14 14:47 + * @since 1.5.0 + * @date 14.09.14 14:47 */ /** diff --git a/class/layout/init.php b/class/layout/init.php index b5c1e6b..72c347d 100644 --- a/class/layout/init.php +++ b/class/layout/init.php @@ -4,7 +4,8 @@ * * @filesource * @package footnotes - * @since 1.5.0 12.09.14 10:26 + * @since 1.5.0 + * @date 12.09.14 10:26 */ /** diff --git a/class/layout/settings.php b/class/layout/settings.php index c775e22..bfddc98 100644 --- a/class/layout/settings.php +++ b/class/layout/settings.php @@ -3,9 +3,8 @@ * Includes the Plugin Class to display all Settings. * * @filesource - * @since 1.5.0 14.09.14 14:47 - * - * @lastmodified 2021-02-19T2053+0100 + * @since 1.5.0 + * @date 14.09.14 14:47 * * @since 2.0.4 restore arrow settings 2020-11-01T0509+0100 * @since 2.1.0 read-on button label 2020-11-08T2148+0100