signup_form; ?>
- signup_form === 'by-admin') : ?>
+ signup_form) : ?>
|
diff --git a/views/legacy/signup/pricing-table/coupon-code.php b/views/legacy/signup/pricing-table/coupon-code.php
index 73fb5f6..5451f2a 100644
--- a/views/legacy/signup/pricing-table/coupon-code.php
+++ b/views/legacy/signup/pricing-table/coupon-code.php
@@ -7,7 +7,7 @@
?>
diff --git a/views/legacy/signup/pricing-table/plan.php b/views/legacy/signup/pricing-table/plan.php
index 79101a3..ad18367 100644
--- a/views/legacy/signup/pricing-table/plan.php
+++ b/views/legacy/signup/pricing-table/plan.php
@@ -115,7 +115,7 @@ $plan_attrs = apply_filters('wu_pricing_table_plan', $plan_attrs, $plan);
id == $plan->get_id() ? __('This is your current plan', 'wp-ultimo') : __('Select Plan', 'wp-ultimo');
+ $button_label = null != $current_plan && $plan->get_id() == $current_plan->id ? __('This is your current plan', 'wp-ultimo') : __('Select Plan', 'wp-ultimo');
$button_label = apply_filters('wu_plan_select_button_label', $button_label, $plan, $current_plan);
?>
diff --git a/views/legacy/signup/signup-nav-links.php b/views/legacy/signup/signup-nav-links.php
index c2c97af..c712fb4 100644
--- a/views/legacy/signup/signup-nav-links.php
+++ b/views/legacy/signup/signup-nav-links.php
@@ -42,7 +42,7 @@ if ( ! isset($signup->step)) {
?>
-step != 'plan' && $signup->step != 'template') : ?>
+step && 'template' != $signup->step) : ?>
diff --git a/views/limitations/plugin-selector.php b/views/limitations/plugin-selector.php
index 2144c00..528031c 100644
--- a/views/limitations/plugin-selector.php
+++ b/views/limitations/plugin-selector.php
@@ -63,8 +63,8 @@
@@ -74,11 +74,11 @@
@@ -87,7 +87,7 @@
- model !== 'product' && $object->get_limitations(false)->plugins->exists($plugin_path)) : ?>
+ model && $object->get_limitations(false)->plugins->exists($plugin_path)) : ?>
diff --git a/views/limitations/site-template-selector.php b/views/limitations/site-template-selector.php
index 89ab309..94f8c04 100644
--- a/views/limitations/site-template-selector.php
+++ b/views/limitations/site-template-selector.php
@@ -61,9 +61,9 @@
name="modules[site_templates][limit][get_id()); ?>][behavior]"
class="wu-w-full"
>
-
-
-
+
+
+
diff --git a/views/limitations/theme-selector.php b/views/limitations/theme-selector.php
index b409aeb..cb5ca4f 100644
--- a/views/limitations/theme-selector.php
+++ b/views/limitations/theme-selector.php
@@ -10,7 +10,7 @@
$theme_settings = $object->get_limitations()->themes->{$theme_path};
- if ($theme_settings->behavior === 'force_active') {
+ if ('force_active' === $theme_settings->behavior) {
$section['state']['force_active_theme'] = $theme_path;
} // end if;
@@ -65,8 +65,8 @@
@@ -76,16 +76,16 @@
- model !== 'product' && $object->get_limitations(false)->themes->exists($theme_path)) : ?>
+ model && $object->get_limitations(false)->themes->exists($theme_path)) : ?>
diff --git a/views/system-info/system-info-table.php b/views/system-info/system-info-table.php
index 9e21df6..5c6add3 100644
--- a/views/system-info/system-info-table.php
+++ b/views/system-info/system-info-table.php
@@ -33,11 +33,11 @@ $text_no = '';
-
+
|
-
+
|