Changeset 425780
- Timestamp:
- 08/19/2011 10:28:27 AM (15 years ago)
- Location:
- xml-google-maps/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
xmlgooglemaps_nggFunctions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
xml-google-maps/trunk/readme.txt
r425316 r425780 2 2 Contributors: dschuesae 3 3 Tags: google maps, google, maps, gpx, kml, kmz, tracks, routes, georss, flickr, nextgen gallery, geocode, geotag, gallery, exif, umapper, osm, open street map, open cycle map 4 Requires at least: 2. 14 Requires at least: 2.5 5 5 Tested up to: 3.2 6 6 Stable tag: 1.13.4 -
xml-google-maps/trunk/xmlgooglemaps_nggFunctions.php
r146734 r425780 6 6 7 7 function isNggInstalled() { 8 foreach (get_option('active_plugins') as $plugin) { 9 if (strpos($plugin,"nggallery.php") !== false) { 10 return true; 11 } 12 } 13 return false; 8 return is_plugin_active("nextgen-gallery/nggallery.php"); 14 9 } 15 10
Note: See TracChangeset
for help on using the changeset viewer.