Skip to content

Commit 4d7d162

Browse files
committed
remove deactivation func
1 parent a24bd50 commit 4d7d162

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

includes/core.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,3 @@ function activate( $network_wide ) {
7676
}
7777

7878
}
79-
80-
/**
81-
* Deactivate the plugin
82-
*
83-
* Uninstall routines should be in uninstall.php
84-
*
85-
* @param bool $network_wide Whether network-wide configuration or not
86-
*
87-
* @return void
88-
*/
89-
function deactivate( $network_wide ) {
90-
91-
}

0 commit comments

Comments
 (0)