Skip to content

Commit 2a0cbda

Browse files
author
David Ryan
committed
beta2 patched
1 parent f439b66 commit 2a0cbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/class-toolkit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function authenticated_init() {
2929
if ( is_user_logged_in() ) {
3030
new Admin\Toolkit_Dashboard_Page( $this->installed_dir, $this->installed_url );
3131
new Admin\Generators_Page( $this->installed_dir, $this->installed_url, $this->version );
32-
new Admin\Plugin_Generator_Defaults( $this->installed_dir, $this->installed_url );
32+
// new Admin\Plugin_Generator_Defaults( $this->installed_dir, $this->installed_url );
3333
// new Admin\Documentation_Viewer( $this->installed_dir, $this->installed_url );
3434
}
3535
do_action( get_called_class() . '_after_authenticated_init' );

0 commit comments

Comments
 (0)