| @@ -51,9 +51,9 @@ | ||
| 51 | 51 | protected $is_premium; |
| 52 | 52 | |
| 53 | 53 | /** |
| 54 | 54 | * @since 2.0.7 |
| 55 | - * @var \WBCR\Factory_450\Premium\Provider | |
| 55 | + * @var \WBCR\Factory_419\Premium\Provider | |
| 56 | 56 | */ |
| 57 | 57 | protected $premium; |
| 58 | 58 | |
| 59 | 59 | /** |
| @@ -69,9 +69,9 @@ | ||
| 69 | 69 | protected $premium_has_subscription; |
| 70 | 70 | |
| 71 | 71 | /** |
| 72 | 72 | * @since 2.0.7 |
| 73 | - * @var \WBCR\Factory_450\Premium\Interfaces\License | |
| 73 | + * @var \WBCR\Factory_419\Premium\Interfaces\License | |
| 74 | 74 | */ |
| 75 | 75 | protected $premium_license; |
| 76 | 76 | |
| 77 | 77 | // END PREMIUM SECTION |
| @@ -78,11 +78,11 @@ | ||
| 78 | 78 | // ------------------------------------------------------------------ |
| 79 | 79 | |
| 80 | 80 | /** |
| 81 | 81 | * {@inheritdoc} |
| 82 | - * @param Wbcr_Factory450_Plugin $plugin | |
| 82 | + * @param Wbcr_Factory419_Plugin $plugin | |
| 83 | 83 | */ |
| 84 | - public function __construct ( Wbcr_Factory450_Plugin $plugin ) { | |
| 84 | + public function __construct ( Wbcr_Factory419_Plugin $plugin ) { | |
| 85 | 85 | $this->plugin = $plugin; |
| 86 | 86 | |
| 87 | 87 | parent::__construct( $plugin ); |
| 88 | 88 | |
| @@ -208,9 +208,9 @@ | ||
| 208 | 208 | <div id="winp-license-wrapper" |
| 209 | 209 | data-loader="<?php echo WINP_PLUGIN_URL . '/admin/assets/img/loader.gif'; ?>" |
| 210 | 210 | data-plugin="<?php echo get_class( $this->plugin ) ?>"> |
| 211 | 211 | |
| 212 | - <div class="factory-bootstrap-450 onp-page-wrap <?php echo $this->get_license_type() ?>-license-manager-content" | |
| 212 | + <div class="factory-bootstrap-420 onp-page-wrap <?php echo $this->get_license_type() ?>-license-manager-content" | |
| 213 | 213 | id="license-manager"> |
| 214 | 214 | <div> |
| 215 | 215 | <h3><?php printf( __( 'Activate %s', 'insert-php' ), $this->plan_name ) ?></h3> |
| 216 | 216 | <?php echo $this->get_plan_description() ?> |