Minor whitespace, commenting tweaks
This commit is contained in:
parent
87f2ed4f5c
commit
526b5d096f
4 changed files with 35 additions and 36 deletions
|
@ -7,7 +7,7 @@
|
|||
* @since 1.5.0 14.09.14 10:58
|
||||
*
|
||||
* @lastmodified 2021-02-22T1416+0100
|
||||
*
|
||||
*
|
||||
* @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.
|
||||
*/
|
||||
|
@ -68,12 +68,12 @@ class MCI_Footnotes_Template {
|
|||
* @param string $p_str_file_type Template file type (take a look on the Class constants).
|
||||
* @param string $p_str_file_name Template file name inside the Template directory without the file extension.
|
||||
* @param string $p_str_extension Optional Template file extension (default: html).
|
||||
*
|
||||
*
|
||||
* - Adding: Templates: support for custom templates in sibling folder, thanks to @misfist issue report.
|
||||
*
|
||||
*
|
||||
* @since 2.2.6
|
||||
* @date 2020-12-19T0606+0100
|
||||
*
|
||||
*
|
||||
* @reporter @misfist
|
||||
* @link https://wordpress.org/support/topic/template-override-filter/
|
||||
*/
|
||||
|
@ -176,12 +176,12 @@ class MCI_Footnotes_Template {
|
|||
|
||||
/**
|
||||
* Get the template.
|
||||
*
|
||||
*
|
||||
* - Adding: Templates: Enable template location stack, thanks to @misfist code contribution.
|
||||
*
|
||||
* @since 2.4.0d3 Contribution.
|
||||
* @since 2.5.0 Release.
|
||||
*
|
||||
*
|
||||
* @contributor @misfist
|
||||
* @link https://wordpress.org/support/topic/template-override-filter/#post-13864301
|
||||
*
|
||||
|
|
Reference in a new issue