Same as previous. class/layout/settings.php
This commit is contained in:
parent
4f666f1300
commit
bd00fc348f
1 changed files with 8 additions and 4 deletions
|
@ -976,7 +976,7 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Displays all settings for the prepended symbol
|
* Displays all settings for the backlink symbol.
|
||||||
*
|
*
|
||||||
* @since 1.5.0
|
* @since 1.5.0
|
||||||
*
|
*
|
||||||
|
@ -1009,7 +1009,7 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Displays the custom css box.
|
* Displays the Custom CSS box.
|
||||||
*
|
*
|
||||||
* @since 1.5.0
|
* @since 1.5.0
|
||||||
*
|
*
|
||||||
|
@ -1058,7 +1058,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO: what does this do?
|
* Displays transitional legacy Custom CSS box.
|
||||||
|
*
|
||||||
|
* @since 2.2.2
|
||||||
*/
|
*/
|
||||||
public function custom_css_migration() {
|
public function custom_css_migration() {
|
||||||
|
|
||||||
|
@ -1092,7 +1094,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO: what does this do?
|
* Displays the new Custom CSS box.
|
||||||
|
*
|
||||||
|
* @since 2.2.2
|
||||||
*/
|
*/
|
||||||
public function custom_css_new() {
|
public function custom_css_new() {
|
||||||
// Load template file.
|
// Load template file.
|
||||||
|
|
Reference in a new issue