Fix&dispatch docblock h. class/layout/settings.php
Fix 2 function docblock headings by dispatching them from the originally single metabox function docblock. Also add version tags to the 2 metaboxes split off @since 2.2.0. * Displays all options for the footnotes start and end tag short codes. (Initially called “Footnotes styling”.) * Displays all options for the footnotes numbering. (Newly individualized.) * Displays all options for the scrolling behavior. (Totally new as scroll offset and duration were initially hard-coded in the template.) (This is part of WP coding standard compliance.)
This commit is contained in:
parent
b339fd949f
commit
4cd3d5e255
1 changed files with 7 additions and 5 deletions
|
@ -339,9 +339,7 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
}
|
||||
|
||||
/**
|
||||
* Displays all options for the footnotes start and end tag short codes
|
||||
* Displays all options for the footnotes numbering
|
||||
* Displays all options for the scrolling behavior
|
||||
* Displays all options for the footnotes start and end tag short codes.
|
||||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
|
@ -430,7 +428,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
}
|
||||
|
||||
/**
|
||||
* TODO: what does this do?
|
||||
* Displays all options for the footnotes numbering.
|
||||
*
|
||||
* @since 2.2.0
|
||||
*/
|
||||
public function numbering() {
|
||||
// Define some space for the output.
|
||||
|
@ -473,7 +473,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
}
|
||||
|
||||
/**
|
||||
* TODO: what does this do?
|
||||
* Displays all options for the scrolling behavior.
|
||||
*
|
||||
* @since 2.2.0
|
||||
*/
|
||||
public function scrolling() {
|
||||
|
||||
|
|
Reference in a new issue