| @@ -12,10 +12,8 @@ | ||
| 12 | 12 | $provider->register( $boxzilla ); |
| 13 | 13 | $provider = new Licensing\LicenseServiceProvider(); |
| 14 | 14 | $provider->register( $boxzilla ); |
| 15 | 15 | |
| 16 | - | |
| 17 | - | |
| 18 | 16 | // Rest of bootstrapping runs at plugins_loaded:90 |
| 19 | 17 | add_action( 'plugins_loaded', function() use( $boxzilla ) { |
| 20 | 18 | |
| 21 | 19 | // load default filters |