Add @package PHPDoc tags, delete top-level @author PHPDoc tags
This commit is contained in:
parent
bb3b555148
commit
27abf83394
11 changed files with 14 additions and 14 deletions
|
@ -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');
|
||||
}
|
||||
</script>
|
||||
<?php
|
||||
<?php
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue