parent
0742b8a2e5
commit
c6ca8a6024
|
@ -9,7 +9,7 @@
|
||||||
<div class="subscriptions-header">
|
<div class="subscriptions-header">
|
||||||
<h2><?php _e( 'Subscriptions', 'woocommerce' ); ?></h2>
|
<h2><?php _e( 'Subscriptions', 'woocommerce' ); ?></h2>
|
||||||
<?php include( WC_Helper::get_view_filename( 'html-section-account.php' ) ); ?>
|
<?php include( WC_Helper::get_view_filename( 'html-section-account.php' ) ); ?>
|
||||||
<p><?php _e( 'Below is a list of products available on your WooCommerce.com account. To receive plugin updates please make sure the product is installed, activated and connected to your WooCommerce.com account.', 'woocommerce' ); ?></p>
|
<p><?php printf( __( 'Below is a list of products available on your WooCommerce.com account. To receive plugin updates please make sure the product is installed, activated and connected to your WooCommerce.com account. Extensions can be activated from the <a href="%s">Plugins</a> screen.', 'woocommerce' ), admin_url( 'plugins.php' ) ); ?></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class="wp-list-table widefat fixed striped">
|
<table class="wp-list-table widefat fixed striped">
|
||||||
|
|
Loading…
Reference in New Issue