File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function __construct() {
43
43
44
44
// add plugin updates class and filters only in wp-admin
45
45
if ( is_admin () ) {
46
- $ this ->updates = new Plugin_Updates ();
46
+ $ this ->updates = new Update ();
47
47
}
48
48
49
49
Original file line number Diff line number Diff line change 12
12
*
13
13
* @author Dominic Vermeulen-Smith https://github.com/dominic-ks
14
14
*/
15
- class Plugin_Updates {
15
+ class Update {
16
16
17
17
/**
18
18
* Setup action & filter hooks.
Original file line number Diff line number Diff line change 28
28
require __DIR__ . '/class-auth.php ' ;
29
29
require __DIR__ . '/class-setup.php ' ;
30
30
require __DIR__ . '/class-devices.php ' ;
31
- require __DIR__ . '/class-plugin- update.php ' ;
31
+ require __DIR__ . '/class-update.php ' ;
32
32
33
33
JWTAuth \Setup::getInstance ();
You can’t perform that action at this time.
0 commit comments