Plugin Directory

Changeset 2724995


Ignore:
Timestamp:
05/17/2022 06:47:48 AM (4 years ago)
Author:
teamswipe
Message:

Edit Plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swipe-for-woocommerce/trunk/libraries/swipego/admin/class-swipego-admin.php

    r2724990 r2724995  
    6666    private function dashboard_page() {
    6767
    68         $swipego_wc_plugin = $this->get_plugin_url( 'woocommerce/woocommerce.php', 'swipego-for-woocommerce/swipego-wc.php', 'wc', __( 'WooCommerce', 'swipego' ) );
    69         $swipego_gf_plugin = $this->get_plugin_url( 'gravityforms/gravityforms.php', 'swipego-for-gravityforms/swipego-gf.php', 'gf', __( 'Gravity Forms', 'swipego' ) );
     68        $swipego_wc_plugin = $this->get_plugin_url( 'woocommerce/woocommerce.php', 'swipe-for-woocommerce/swipego-wc.php', 'wc', __( 'WooCommerce', 'swipego' ) );
     69        $swipego_gf_plugin = $this->get_plugin_url( 'gravityforms/gravityforms.php', 'swipe-for-gravityforms/swipego-gf.php', 'gf', __( 'Gravity Forms', 'swipego' ) );
    7070
    7171        ob_start();
Note: See TracChangeset for help on using the changeset viewer.