= '3.4'){ add_action( 'wp_head', 'raindrops_mobile_meta'); } /** * Switch elements from div to figure when doctype html5 * * * @since 1.003 */ add_filter('img_caption_shortcode', 'raindrops_img_caption_shortcode_filter',10,3); /** * Archive link title add string 'Archives ' for for screen reader * * * @since 1.008 */ add_filter( 'get_archives_link', 'raindrops_accessible_titled' ); /** * * * * @since 1.008 */ add_filter( 'the_category', 'raindrops_remove_category_rel' ); /** * * * * @since 1.136 */ add_filter( 'theme_mod_header_textcolor' , 'raindrops_filter_header_text_color' ); } } ?>