Changeset 1958644
- Timestamp:
- 10/18/2018 01:52:05 PM (7 years ago)
- Location:
- mapinco-easy-maps/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mapinco-easy-maps/trunk/index.php
r1764931 r1958644 4 4 Plugin URI: 5 5 Description: Create simple and personalized maps based on Leafletjs. 6 Version: 0.1. 26 Version: 0.1.3 7 7 Author: Mappa Incognita 8 8 Author URI: https://mapinco.fr … … 191 191 } 192 192 193 function mapinco_easymaps_admin_scripts( ){194 if($ _GET['page'] == 'mapinco_easymaps'){193 function mapinco_easymaps_admin_scripts($hook){ 194 if($hook == 'toplevel_page_mapinco_easymaps'){ 195 195 wp_enqueue_style('leaflet',plugins_url( 'inc/leaflet/leaflet.css', __FILE__)); 196 196 wp_enqueue_style('mapinco_easymaps_admin', plugins_url( 'mapinco_easymaps_admin.css', __FILE__ )); -
mapinco-easy-maps/trunk/readme.txt
r1764931 r1958644 23 23 == Changelog == 24 24 25 = 0.1.3 = 26 * Fix bug in admin area 27 25 28 = 0.1.2 = 26 29 * Adding French translation
Note: See TracChangeset
for help on using the changeset viewer.