From 8a0658c6048b752e92716115217a51aff79558c4 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Wed, 24 Feb 2021 21:53:17 +0000 Subject: [PATCH] Remove @lastmodified tag, datetime from @since tag --- class/template.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/class/template.php b/class/template.php index 3a81216..fd716d6 100644 --- a/class/template.php +++ b/class/template.php @@ -4,9 +4,7 @@ * * @filesource * @package footnotes - * @since 1.5.0 14.09.14 10:58 - * - * @lastmodified 2021-02-22T1416+0100 + * @since 1.5.0 * * @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.