Plugin Directory

Changeset 439517


Ignore:
Timestamp:
09/17/2011 09:36:26 PM (14 years ago)
Author:
michaelvar
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • bp-members-avatar-map/trunk/mam.php

    r439512 r439517  
    7676 <?php
    7777 
    78     if ( get_option('map_default_location')) {
    79        $map_default_location = get_option( 'map_default_location' );
     78    if ( get_option('mam_default_location')) {
     79       $map_default_location = get_option( 'mam_default_location' );
    8080    } elseif ( empty($map_default_location) ) {
    8181       $mam_default_location = '32.69801,35.14132';
Note: See TracChangeset for help on using the changeset viewer.