Plugin Directory

Changeset 2478105


Ignore:
Timestamp:
02/20/2021 12:54:02 PM (5 years ago)
Author:
triadmark
Message:

font-awesome removal

Location:
smart-shipment-tracking
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • smart-shipment-tracking/tags/1.0.2/admin/class-smart-shipment-tracking-admin.php

    r2478102 r2478105  
    326326
    327327
    328         wp_enqueue_style( 'font-awesome',  plugin_dir_url( __FILE__ ) . 'css/font-awesome.min.css', array(), '4.7' );
    329328        wp_enqueue_style( 'smart_shipment_tracking_admin',  plugin_dir_url( __FILE__ ) . 'css/admin.css', array(), $this->version);
    330329        wp_enqueue_style( 'front_style',  plugin_dir_url( __FILE__ ) . 'css/front.css', array(),$this->version );
     
    351350        $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
    352351
    353 
    354 
    355         wp_enqueue_style( 'font-awesome',  plugin_dir_url( __FILE__ ) . 'assets/css/font-awesome.min.css', array(), '4.7' );
    356352
    357353        wp_register_script( 'select2', WC()->plugin_url() . '/assets/js/select2/select2.full' . $suffix . '.js', array( 'jquery' ), '4.0.3' );
  • smart-shipment-tracking/trunk/admin/class-smart-shipment-tracking-admin.php

    r2346469 r2478105  
    326326
    327327
    328         wp_enqueue_style( 'font-awesome',  plugin_dir_url( __FILE__ ) . 'css/font-awesome.min.css', array(), '4.7' );
    329328        wp_enqueue_style( 'smart_shipment_tracking_admin',  plugin_dir_url( __FILE__ ) . 'css/admin.css', array(), $this->version);
    330329        wp_enqueue_style( 'front_style',  plugin_dir_url( __FILE__ ) . 'css/front.css', array(),$this->version );
     
    351350        $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
    352351
    353 
    354 
    355         wp_enqueue_style( 'font-awesome',  plugin_dir_url( __FILE__ ) . 'assets/css/font-awesome.min.css', array(), '4.7' );
    356352
    357353        wp_register_script( 'select2', WC()->plugin_url() . '/assets/js/select2/select2.full' . $suffix . '.js', array( 'jquery' ), '4.0.3' );
Note: See TracChangeset for help on using the changeset viewer.