Update author URIs (#63)
* Update author URIs from `cheret.de` to `cheret.org`. * Update missed version number in `wysiwyg.js` from 2.1.6 to 2.5.10. Co-authored-by: pewgeuges <73141620+pewgeuges@users.noreply.github.com>
This commit is contained in:
parent
e8d6dbe13d
commit
0a83796cdc
3 changed files with 4 additions and 4 deletions
|
@ -135,7 +135,7 @@ class MCI_Footnotes_Layout_Init {
|
|||
echo $l_obj_template->get_content();
|
||||
// phpcs:enable WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||
|
||||
printf( '<em>visit <a href="https://cheret.de/plugins/footnotes-2/" target="_blank">Mark Cheret</a></em>' );
|
||||
printf( '<em>visit <a href="https://cheret.org/footnotes/" target="_blank">Mark Cheret</a></em>' );
|
||||
printf( '<br/><br/>' );
|
||||
|
||||
printf( '</div>' );
|
||||
|
|
Reference in a new issue