Plugin Directory

Changeset 425780


Ignore:
Timestamp:
08/19/2011 10:28:27 AM (15 years ago)
Author:
dschuesae
Message:

Next Gen Gallery Test works for Multisite too, now!

Location:
xml-google-maps/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xml-google-maps/trunk/readme.txt

    r425316 r425780  
    22Contributors: dschuesae
    33Tags: 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.1
     4Requires at least: 2.5
    55Tested up to: 3.2
    66Stable tag: 1.13.4
  • xml-google-maps/trunk/xmlgooglemaps_nggFunctions.php

    r146734 r425780  
    66
    77    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");
    149    }
    1510
Note: See TracChangeset for help on using the changeset viewer.