Update Google Maps icon and description
This commit is contained in:
@@ -11,7 +11,7 @@ Version: 2.7
|
||||
// Exit if accessed directly
|
||||
if ( ! defined( 'ABSPATH' ) ) exit;
|
||||
|
||||
if ( ! class_exists( 'SportsPress_OpenStreetMap' ) && get_option( 'sportspress_load_googlemaps_module', 'no' ) == 'no' ) :
|
||||
if ( ! class_exists( 'SportsPress_OpenStreetMap' ) && get_option( 'sportspress_load_google_maps_module', 'no' ) == 'no' ) :
|
||||
|
||||
/**
|
||||
* Main SportsPress OpenStreetMap Class
|
||||
@@ -144,6 +144,6 @@ if ( ! class_exists( 'SportsPress_OpenStreetMap' ) && get_option( 'sportspress_l
|
||||
}
|
||||
|
||||
endif;
|
||||
if ( get_option( 'sportspress_load_googlemaps_module', 'no' ) == 'no' ) {
|
||||
if ( get_option( 'sportspress_load_google_maps_module', 'no' ) == 'no' ) {
|
||||
new SportsPress_OpenStreetMap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user