Plugin Directory

Changeset 2059259


Ignore:
Timestamp:
03/28/2019 09:01:13 PM (7 years ago)
Author:
mibiki
Message:

Version 3.1.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • map-multi-marker/trunk/map-marker.php

    r2059257 r2059259  
    363363        $settings = $model->get_api_setting();
    364364       
    365         wp_register_style('mmm-front-css', $this->plugin_url . 'asset/css/front.css', null, MapMultiMarker::VERSION, true);
    366         wp_register_style('fontawesome-css', $this->plugin_url . 'asset/css/font-awesome.min.css', null, MapMultiMarker::VERSION, true);
    367         wp_register_style('featherlight-css', $this->plugin_url . 'asset/css/featherlight.min.css', null, MapMultiMarker::VERSION, true);
     365        wp_register_style('mmm-front-css', $this->plugin_url . 'asset/css/front.css', null, MapMultiMarker::VERSION);
     366        wp_register_style('fontawesome-css', $this->plugin_url . 'asset/css/font-awesome.min.css', null, MapMultiMarker::VERSION);
     367        wp_register_style('featherlight-css', $this->plugin_url . 'asset/css/featherlight.min.css', null, MapMultiMarker::VERSION);
    368368        wp_register_script('mmm-googlemap-js', 'https://maps.googleapis.com/maps/api/js?key=' . $settings['api_key'] . '&language=' . $settings['language'], false, MapMultiMarker::VERSION, true);
    369369        wp_register_script('mmm-front-js', $this->plugin_url . 'asset/js/front.js', null, MapMultiMarker::VERSION, true);
Note: See TracChangeset for help on using the changeset viewer.