Create a new tag for themes that have passed the theme check guidelines for accessibility. Fixes #26157

Props lancewillett.


Built from https://develop.svn.wordpress.org/trunk@26658


git-svn-id: http://core.svn.wordpress.org/trunk@26548 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Mullenweg 2013-12-05 03:49:10 +00:00
parent 1b78eb0bb2
commit e20a684463
2 changed files with 2 additions and 1 deletions

View File

@ -203,6 +203,7 @@ function get_theme_feature_list( $api = true ) {
), ),
__( 'Features' ) => array( __( 'Features' ) => array(
'accessibility-ready' => __( 'Accessibility Ready' ),
'blavatar' => __( 'Blavatar' ), 'blavatar' => __( 'Blavatar' ),
'buddypress' => __( 'BuddyPress' ), 'buddypress' => __( 'BuddyPress' ),
'custom-background' => __( 'Custom Background' ), 'custom-background' => __( 'Custom Background' ),

View File

@ -7,7 +7,7 @@ Description: In 2014, our default theme lets you create a responsive magazine we
Version: 0.1 Version: 0.1
License: GNU General Public License v2 or later License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
This theme, like WordPress, is licensed under the GPL. This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others. Use it to make something cool, have fun, and share what you've learned with others.