v0.5.0
This commit is contained in:
parent
38fbcf80a5
commit
90ac22a845
8 changed files with 379 additions and 5 deletions
|
|
@ -62,10 +62,12 @@ final class Robotstxt_Manager_Plugin {
|
|||
$admin = new Robotstxt_Manager_Admin();
|
||||
$settings = new Robotstxt_Manager_Settings();
|
||||
$installer = new Robotstxt_Manager_Installer();
|
||||
$updater = new Robotstxt_Manager_Updater();
|
||||
|
||||
$admin->register( $this->loader );
|
||||
$settings->register( $this->loader );
|
||||
$installer->register( $this->loader );
|
||||
$updater->register( $this->loader );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue