chore: remove timestamps
This commit is contained in:
parent
9f3ab57b38
commit
ca4053b312
16 changed files with 116 additions and 123 deletions
|
@ -6,7 +6,7 @@
|
|||
* @package footnotes
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @since 2.2.0 add lowercase Roman 2020-12-12T1540+0100
|
||||
* @since 2.2.0 add lowercase Roman
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -101,7 +101,7 @@ class MCI_Footnotes_Convert {
|
|||
* @return string
|
||||
*
|
||||
* Edited:
|
||||
* @since 2.2.0 optionally lowercase (code from Latin) 2020-12-12T1538+0100
|
||||
* @since 2.2.0 optionally lowercase (code from Latin)
|
||||
*/
|
||||
private static function to_romanic( $p_int_value, $p_bool_upper_case ) {
|
||||
// Table containing all necessary romanic letters.
|
||||
|
|
Reference in a new issue