docs: update author URL (#150)
This commit is contained in:
parent
fa5b74eb9f
commit
1f28b5d102
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
* Plugin URI: https://wordpress.org/plugins/footnotes/
|
* Plugin URI: https://wordpress.org/plugins/footnotes/
|
||||||
* Description: footnotes lets you easily add highly-customisable footnotes on your WordPress Pages and Posts.
|
* Description: footnotes lets you easily add highly-customisable footnotes on your WordPress Pages and Posts.
|
||||||
* Author: Mark Cheret
|
* Author: Mark Cheret
|
||||||
* Author URI: https://cheret.org/footnotes
|
* Author URI: https://cheret.tech/footnotes
|
||||||
* Version: 2.7.3
|
* Version: 2.7.3
|
||||||
* Text Domain: footnotes
|
* Text Domain: footnotes
|
||||||
* Domain Path: /languages
|
* Domain Path: /languages
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
return {
|
return {
|
||||||
longname: 'footnotes',
|
longname: 'footnotes',
|
||||||
author: 'Mark Cheret',
|
author: 'Mark Cheret',
|
||||||
authorurl: 'https://cheret.org/footnotes/',
|
authorurl: 'https://cheret.tech/footnotes/',
|
||||||
infourl: 'https://wordpress.org/plugins/footnotes/',
|
infourl: 'https://wordpress.org/plugins/footnotes/',
|
||||||
version: '2.7.4d',
|
version: '2.7.4d',
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue