* @since 1.201 */ define( 'RAINDROPS_CUSTOM_FIELD_SCRIPT', false ); /** * Enabling accessibility links when Setting value no at Raindrops options page Accessibility Settings * * * @since1.217 */ if ( ! isset( $raindrops_accessibility_link ) ) { $raindrops_accessibility_link = true; } /** * Base Font Size * Test * */ if ( ! isset( $raindrops_base_font_size ) ) { $raindrops_base_font_size = 13; } /** * * Add element for entry title. * * uses true no use false * @since 1.228 */ if ( ! isset( $raindrops_use_wbr_for_title ) ) { $raindrops_use_wbr_for_title = false; } /** * * Add enable keyboard focus * * uses true no use false * @since 1.229 */ if ( ! isset( $raindrops_enable_keyboard ) ) { $raindrops_enable_keyboard = 'enable'; } /** * * Use or Not Raindrops recommend plugin installer * * uses true no use false * @since 1.229 */ if( ! isset( $raindrops_recommend_plugins )){ $raindrops_recommend_plugins = true; } /** * xhtml media type * value 'application/xhtml+xml' or 'text/html' */ if ( ! isset( $raindrops_xhtml_media_type ) ) { $raindrops_xhtml_media_type = 'text/html'; } /** * Raindrops Gallery Presentation * value false shows WordPress Standard Gallery Style. * @since 1.269 */ if( ! isset( $raindrops_extend_galleries ) ) { $raindrops_extend_galleries = true; }