mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
Add and display new tags to highlight the ever-growing number of responsive themes available. Fixes #21442.
Props Otto42 and lancewillett. git-svn-id: https://develop.svn.wordpress.org/trunk@26711 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -197,9 +197,10 @@ function get_theme_feature_list( $api = true ) {
|
||||
'right-sidebar' => __( 'Right Sidebar' ),
|
||||
),
|
||||
|
||||
__( 'Width' ) => array(
|
||||
'fixed-width' => __( 'Fixed Width' ),
|
||||
'flexible-width' => __( 'Flexible Width' ),
|
||||
__( 'Layout' ) => array(
|
||||
'fixed-layout' => __( 'Fixed Layout' ),
|
||||
'fluid-layout' => __( 'Fluid Layout' ),
|
||||
'responsive-layout' => __( 'Responsive Layout' ),
|
||||
),
|
||||
|
||||
__( 'Features' ) => array(
|
||||
|
||||
Reference in New Issue
Block a user