chore: minor formatting fixes

This commit is contained in:
Ben Goldsworthy 2021-04-15 03:54:17 +01:00
parent de88bf6cce
commit 5fe2aa4235
6 changed files with 56 additions and 57 deletions

View file

@ -528,8 +528,7 @@ abstract class MCI_Footnotes_Layout_Engine {
* @param bool $p_bool_deci true if 0.1 steps and floating to string, false if integer (default).
* @return string
*
* Edited:
* @since 2.1.4 step argument and number_format() to allow decimals..
* @since 2.1.4 step argument and number_format() to allow decimals.
*/
protected function add_num_box( $p_str_setting_name, $p_in_min, $p_int_max, $p_bool_deci = false ) {
// Collect data for given settings field.

View file

@ -6,7 +6,7 @@
* @package footnotes
* @since 1.5.0
*
* @since 2.2.0 (TBD)
* @since 2.2.0
*/
/**

View file

@ -554,7 +554,7 @@ abstract class MCI_Footnotes_Layout_Engine {
* @return string
*
* Edited:
* @since 2.1.4 step argument and number_format() to allow decimals..
* @since 2.1.4 step argument and number_format() to allow decimals.
*/
protected function add_num_box( $p_str_setting_name, $p_in_min, $p_int_max, $p_bool_deci = false ) {
// Collect data for given settings field.