Created
May 28, 2015 16:33
-
-
Save nathanrice/d8d3477fab642f27bf55 to your computer and use it in GitHub Desktop.
Enable Genesis Accessibility
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//* Add Accessibility support | |
add_theme_support( 'genesis-accessibility', array( 'headings', 'drop-down-menu', 'search-form', 'skip-links' ) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment