diff -r 346c88efed21 -r 5e2f62d02dcd wp/wp-content/plugins/option-tree/includes/ot-functions-settings-page.php --- a/wp/wp-content/plugins/option-tree/includes/ot-functions-settings-page.php Mon Jun 08 16:11:51 2015 +0000 +++ b/wp/wp-content/plugins/option-tree/includes/ot-functions-settings-page.php Tue Jun 09 03:35:32 2015 +0200 @@ -33,7 +33,7 @@ echo '
'; echo '

'. __( 'Warning!', 'option-tree' ) . '

'; - echo '

' . sprintf( __( 'Go to the %s page if you want to save data, this page is for adding settings.', 'option-tree' ), 'Appearance->Theme Options' ) . '

'; + echo '

' . sprintf( __( 'Go to the %s page if you want to save data, this page is for adding settings.', 'option-tree' ), 'Appearance->Theme Options' ) . '

'; echo '

' . sprintf( __( 'If you\'re unsure or not completely positive that you should be editing these settings, you should read the %s first.', 'option-tree' ), 'OptionTree->Documentation' ) . '

'; echo '

'. __( 'Things could break or be improperly displayed to the end-user if you do one of the following:', 'option-tree' ) . '

'; echo '

' . __( 'Give two sections the same ID, give two settings the same ID, give two contextual help content areas the same ID, don\'t create any settings, or have a section at the end of the settings list.', 'option-tree' ) . '

'; @@ -43,7 +43,7 @@ echo '
'; /* get the saved settings */ - $settings = get_option( 'option_tree_settings' ); + $settings = get_option( ot_settings_id() ); /* wrap settings array */ echo '
'; @@ -52,14 +52,14 @@ $count = 0; /* loop through each section and its settings */ - echo '
'; @@ -111,14 +111,14 @@ $count = 0; /* loop through each contextual_help content section */ - echo '