Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit dfad7c8

Browse files
Update Upgrade message & docs link to current resources
Document about Version 2.0 of WC Subscriptions has been deemed historical and removed from docs. Now the notice links to information about upgrading older versions of WC Subscriptions.
1 parent b8837f6 commit dfad7c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/class-wc-subscriptions-core-plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,8 @@ public function update_notice( $plugin_data, $r ) {
569569
}
570570

571571
$update_notice = '<div class="wc_plugin_upgrade_notice">';
572-
// translators: placeholders are opening and closing tags. Leads to docs on version 2
573-
$update_notice .= sprintf( __( 'Warning! Version 2.0 is a major update to the WooCommerce Subscriptions extension. Before updating, please create a backup, update all WooCommerce extensions and test all plugins, custom code and payment gateways with version 2.0 on a staging site. %1$sLearn more about the changes in version 2.0 &raquo;%2$s', 'woocommerce-subscriptions' ), '<a href="http://docs.woocommerce.com/document/subscriptions/version-2/">', '</a>' );
572+
// translators: placeholders are opening and closing tags. Leads to docs on upgrading WooCommerce Subscriptions
573+
$update_notice .= sprintf( __( 'Warning! Version 2.0 is a major update to the WooCommerce Subscriptions extension. Before updating, please create a backup, update all WooCommerce extensions and test all plugins, custom code and payment gateways with version 2.0 on a staging site. %1$sLearn more about updating older versions of WooCommerce Subscriptions &raquo;%2$s', 'woocommerce-subscriptions' ), '<a href="https://woocommerce.com/document/upgrade-instructions/">', '</a>' );
574574
$update_notice .= '</div> ';
575575

576576
echo wp_kses_post( $update_notice );

0 commit comments

Comments
 (0)