summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/masterbar/masterbar.php')
-rw-r--r--plugins/jetpack/modules/masterbar/masterbar.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/jetpack/modules/masterbar/masterbar.php b/plugins/jetpack/modules/masterbar/masterbar.php
index d59ead39..3f39f2d0 100644
--- a/plugins/jetpack/modules/masterbar/masterbar.php
+++ b/plugins/jetpack/modules/masterbar/masterbar.php
@@ -509,7 +509,7 @@ class A8C_WPCOM_Masterbar {
'class' => 'mb-icon user-info-item',
),
) );
-
+
$help_link = 'https://jetpack.com/support/';
if ( jetpack_is_atomic_site() ) {
@@ -660,7 +660,7 @@ class A8C_WPCOM_Masterbar {
if ( is_user_member_of_blog( $current_user->ID ) ) {
$plans_url = 'https://wordpress.com/plans/' . esc_attr( $this->primary_site_slug );
$label = esc_html__( 'Plan', 'jetpack' );
- $plan = Jetpack::get_active_plan();
+ $plan = Jetpack_Plan::get();
$plan_title = $this->create_menu_item_pair(
array(