Changeset 2477446
- Timestamp:
- 02/19/2021 01:34:39 AM (5 years ago)
- Location:
- subscription-stock-manager/trunk
- Files:
-
- 2 edited
-
inc/class-iter8-subscription-stock-manager-settings.php (modified) (1 diff)
-
subscription-stock-manager.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
subscription-stock-manager/trunk/inc/class-iter8-subscription-stock-manager-settings.php
r2476708 r2477446 23 23 public function __construct() { 24 24 $this->id = 'iter8_subscription_stock_manager'; 25 $this->label = __( 'Subscription Stock Manager', 'i nterlawk' );25 $this->label = __( 'Subscription Stock Manager', 'iter8_subscription_stock_manager' ); 26 26 27 27 parent::__construct(); -
subscription-stock-manager/trunk/subscription-stock-manager.php
r2476708 r2477446 3 3 * Plugin Name: Subscription Stock Manager 4 4 * Description: <strong>Subscription Stock Manager</strong> makes managing subscription stock simple. 5 * Version: 1.0. 05 * Version: 1.0.1 6 6 * Author: Iter8 7 7 * Author URI: https://www.iter8.io/ … … 286 286 if ( $plugin == $plugin_file ) { 287 287 288 $settings = array( 'settings' => '<a href="' . admin_url( 'admin.php?page=wc-settings&tab=i nterlawk' ) . '">' . __( 'Settings', 'interlawk' ) . '</a>' );289 $site_link = array( 'support' => '<a href="http://i nterlawk.com" target="_blank">Support</a>' );288 $settings = array( 'settings' => '<a href="' . admin_url( 'admin.php?page=wc-settings&tab=iter8_subscription_stock_manager' ) . '">' . __( 'Settings', 'iter8_subscription_stock_manager' ) . '</a>' ); 289 $site_link = array( 'support' => '<a href="http://iter8.io" target="_blank">Support</a>' ); 290 290 291 291 $actions = array_merge( $site_link, $actions );
Note: See TracChangeset
for help on using the changeset viewer.