array( 'value' => 'yes', 'label' => __( 'Yes', 'ADA' ) ), 'no' => array( 'value' => 'no', 'label' => __( 'No', 'ADA' ) ) ); /** * Create the options page */ function theme_options_do_page() { global $select_options, $radio_options; if ( ! isset( $_REQUEST['settings-updated'] ) ) $_REQUEST['settings-updated'] = false; ?>