"; } function gq_setting_description() { $options = get_option( 'gq_options' ); if ( false === $options ) $options['gq_description'] = 'Ask me a question.'; echo ""; } function gq_setting_show_featured() { $options = get_option( 'gq_options' ); if ( false === $options ) $options['gq_show_featured'] = 0; $checked = ''; if ( 1 == (int) $options['gq_show_featured'] ) $checked = " checked='checked' "; echo ""; } function gq_section_text() { } function gq_settings_page() { ?>

Settings saved.

'; unset( $_GET['updated'] ); } ?>