Changeset 439517
- Timestamp:
- 09/17/2011 09:36:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bp-members-avatar-map/trunk/mam.php
r439512 r439517 76 76 <?php 77 77 78 if ( get_option('ma p_default_location')) {79 $map_default_location = get_option( 'ma p_default_location' );78 if ( get_option('mam_default_location')) { 79 $map_default_location = get_option( 'mam_default_location' ); 80 80 } elseif ( empty($map_default_location) ) { 81 81 $mam_default_location = '32.69801,35.14132';
Note: See TracChangeset
for help on using the changeset viewer.