diff --git a/class/config.php b/class/config.php index cb9b7bd..2b2c859 100644 --- a/class/config.php +++ b/class/config.php @@ -3,7 +3,7 @@ * Includes the Plugin Constants class to load all Plugin constant vars like Plugin name, etc. * * @filesource - * @author Stefan Herndler + * @package footnotes * @since 1.5.0 12.09.14 10:56 * * Edited for: diff --git a/class/convert.php b/class/convert.php index 52e8a4c..0332df9 100644 --- a/class/convert.php +++ b/class/convert.php @@ -3,7 +3,7 @@ * Includes the Convert Class. * * @filesource - * @author Stefan Herndler + * @package footnotes * @since 1.5.0 12.09.14 10:56 * * Edited: diff --git a/class/hooks.php b/class/hooks.php index 7a9d253..e0b44ad 100644 --- a/class/hooks.php +++ b/class/hooks.php @@ -3,7 +3,7 @@ * Handles all WordPress hooks of this Plugin. * * @filesource - * @author Stefan Herndler + * @package footnotes * @since 1.5.0 12.09.14 10:56 * * Edited: diff --git a/class/init.php b/class/init.php index 32ba613..a9141d6 100644 --- a/class/init.php +++ b/class/init.php @@ -3,7 +3,7 @@ * Includes the main Class of the Plugin. * * @filesource - * @author Stefan Herndler + * @package footnotes * @since 1.5.0 12.09.14 10:56 * * @lastmodified 2021-02-19T2031+0100 diff --git a/class/language.php b/class/language.php index 461e2a4..57120c2 100644 --- a/class/language.php +++ b/class/language.php @@ -3,7 +3,7 @@ * Loads text domain of current or default language for localization. * * @filesource - * @author Stefan Herndler + * @package footnotes * @since 1.5.0 14.09.14 17:47 * * @lastmodified 2021-02-18T2028+0100 diff --git a/class/settings.php b/class/settings.php index c118553..27fc542 100644 --- a/class/settings.php +++ b/class/settings.php @@ -3,7 +3,7 @@ * Includes the Settings class to handle all Plugin settings. * * @filesource - * @author Stefan Herndler + * @package footnotes * @since 1.5.0 14.09.14 10:43 * * @lastmodified 2021-02-19T1608+0100 diff --git a/class/task.php b/class/task.php index 589734f..8fb4b8b 100644 --- a/class/task.php +++ b/class/task.php @@ -3,7 +3,7 @@ * Includes the core function of the Plugin - Search and Replace the Footnotes. * * @filesource - * @author Stefan Herndler + * @package footnotes * @since 1.5.0 * * @lastmodified 2021-02-20T0438+0100 @@ -929,7 +929,7 @@ class MCI_Footnotes_Task { document.get_element_by_id(footnote_tooltip_id).class_list.add('hidden'); } -