hyunsupul / aesop-core

Open-sourced suite of components that empower interactive storytelling in WordPress.
http://aesopstoryengine.com
GNU General Public License v2.0
245 stars 56 forks source link

add empty mapbox option to upgrade process #211

Closed michaelbeil closed 9 years ago

michaelbeil commented 9 years ago

change if ( 'xxxxxxxxxxxxxxxxx' == $old_option ) {

to if ( 'xxxxxxxxxxxxxxxxx' == $old_option || empty( $old_option ) ) {

michaelbeil commented 9 years ago

this has been fixed in https://github.com/bearded-avenger/aesop-core/commit/85f36abb6816cf0100caa163bea7af4a1e0e3032