Fix function name in docblock
This commit is contained in:
parent
bd00fc348f
commit
3f35699047
1 changed files with 3 additions and 2 deletions
|
@ -51,8 +51,9 @@ class MCI_Footnotes_Hooks {
|
|||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
* Edit: Clear_all didn’t actually work.
|
||||
* @since 2.2.0 this function is not called any longer when deleting the plugin
|
||||
* @since 2.2.0 this function is not called any longer when deleting the plugin.
|
||||
* Note: clear_all() didn’t actually work.
|
||||
* @see class/settings.php
|
||||
*/
|
||||
public static function uninstall_plugin() {
|
||||
// WordPress User has to be logged in.
|
||||
|
|
Reference in a new issue