PluginProbe
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts / 2.2.7
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts v2.2.7
2.7.7 2.7.6 2.7.5 2.7.4 trunk 1.3 2.0.4 2.0.6 2.1.91 2.2.4 2.2.7 2.2.9 2.3.1 2.3.10 2.4.10 2.4.2 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.6.0 2.6.1 2.7.0 All 28 releases
← All changes | admin/pages/license.php +5 -5 2.4.22.2.7 View file →
@@ -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() ?>