Warning: wp_current_theme deprecated
-
Simple fix is to replace this line in comprehensive-google-map-plugin.php (line 105):
$current_theme_name = get_current_theme();
with:
$current_theme_name = wp_get_theme();I’m unsure of the other issues, I’ve yet to try this plugin with 3.6, but this warning was coming up and it could be an issue for other parts of the site.
http://wordpress.org/plugins/comprehensive-google-map-plugin/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Warning: wp_current_theme deprecated’ is closed to new replies.