Fix function name in docblock

This commit is contained in:
pewgeuges 2021-02-24 14:36:48 +01:00
parent bd00fc348f
commit 3f35699047

View file

@ -51,8 +51,9 @@ class MCI_Footnotes_Hooks {
* *
* @since 1.5.0 * @since 1.5.0
* *
* Edit: Clear_all didnt 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() didnt actually work.
* @see class/settings.php
*/ */
public static function uninstall_plugin() { public static function uninstall_plugin() {
// WordPress User has to be logged in. // WordPress User has to be logged in.