Plugin Directory

Changeset 2477446


Ignore:
Timestamp:
02/19/2021 01:34:39 AM (5 years ago)
Author:
codug
Message:

Updates to settings

Location:
subscription-stock-manager/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • subscription-stock-manager/trunk/inc/class-iter8-subscription-stock-manager-settings.php

    r2476708 r2477446  
    2323    public function __construct() {
    2424        $this->id    = 'iter8_subscription_stock_manager';
    25         $this->label = __( 'Subscription Stock Manager', 'interlawk' );
     25        $this->label = __( 'Subscription Stock Manager', 'iter8_subscription_stock_manager' );
    2626
    2727        parent::__construct();
  • subscription-stock-manager/trunk/subscription-stock-manager.php

    r2476708 r2477446  
    33 * Plugin Name: Subscription Stock Manager
    44 * Description: <strong>Subscription Stock Manager</strong> makes managing subscription stock simple.
    5  * Version: 1.0.0
     5 * Version: 1.0.1
    66 * Author: Iter8
    77 * Author URI: https://www.iter8.io/
     
    286286        if ( $plugin == $plugin_file ) {
    287287
    288             $settings  = array( 'settings' => '<a href="' . admin_url( 'admin.php?page=wc-settings&tab=interlawk' ) . '">' . __( 'Settings', 'interlawk' ) . '</a>' );
    289             $site_link = array( 'support' => '<a href="http://interlawk.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>' );
    290290
    291291            $actions = array_merge( $site_link, $actions );
Note: See TracChangeset for help on using the changeset viewer.