Docblocks for tooltips class/layout/settings.php
Headings and version for split-off metaboxes docblocks. Overwrites the todo items. Thanks for starting the docblocks required by WP coding standards.
This commit is contained in:
parent
0dfe2ad4d0
commit
4f666f1300
1 changed files with 21 additions and 9 deletions
|
@ -584,7 +584,7 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Displays the excerpt setting
|
* Displays the excerpt setting.
|
||||||
*
|
*
|
||||||
* @since 1.5.0
|
* @since 1.5.0
|
||||||
*
|
*
|
||||||
|
@ -620,7 +620,7 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Displays all settings for the footnote referrers
|
* Displays all settings for the footnote referrers.
|
||||||
*
|
*
|
||||||
* @since 1.5.0
|
* @since 1.5.0
|
||||||
*
|
*
|
||||||
|
@ -669,7 +669,7 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Displays all settings for the footnotes mouse-over box.
|
* Displays enabled status for the footnotes mouse-over box.
|
||||||
*
|
*
|
||||||
* @since 1.5.2
|
* @since 1.5.2
|
||||||
*
|
*
|
||||||
|
@ -709,7 +709,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO: what does this do?
|
* Displays position settings for the footnotes mouse-over box.
|
||||||
|
*
|
||||||
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
public function mouseover_box_position() {
|
public function mouseover_box_position() {
|
||||||
|
|
||||||
|
@ -762,7 +764,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO: what does this do?
|
* Displays dimensions setting for the footnotes mouse-over box.
|
||||||
|
*
|
||||||
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
public function mouseover_box_dimensions() {
|
public function mouseover_box_dimensions() {
|
||||||
|
|
||||||
|
@ -786,7 +790,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO: what does this do?
|
* Displays timing settings for the footnotes mouse-over box.
|
||||||
|
*
|
||||||
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
public function mouseover_box_timing() {
|
public function mouseover_box_timing() {
|
||||||
|
|
||||||
|
@ -821,7 +827,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO: what does this do?
|
* Displays truncation settings for the footnotes mouse-over box.
|
||||||
|
*
|
||||||
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
public function mouseover_box_truncation() {
|
public function mouseover_box_truncation() {
|
||||||
// Options for Yes/No select box.
|
// Options for Yes/No select box.
|
||||||
|
@ -856,7 +864,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO: what does this do?
|
* Displays dedicated tooltip text settings for the footnotes mouse-over box.
|
||||||
|
*
|
||||||
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
public function mouseover_box_text() {
|
public function mouseover_box_text() {
|
||||||
// Options for Yes/No select box.
|
// Options for Yes/No select box.
|
||||||
|
@ -896,7 +906,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO: what does this do?
|
* Displays style settings for the footnotes mouse-over box.
|
||||||
|
*
|
||||||
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
public function mouseover_box_appearance() {
|
public function mouseover_box_appearance() {
|
||||||
// Options for Yes/No select box.
|
// Options for Yes/No select box.
|
||||||
|
|
Reference in a new issue