Making WordPress.org

Ticket #1187: 1187.patch

File 1187.patch, 3.4 KB (added by grapplerulrich, 8 years ago)
  • functions.php

     
    160160 */
    161161function wporg_themes_get_feature_list() {
    162162        return array(
    163                 __( 'Colors', 'wporg-themes' )   => array(
    164                         'black'  => __( 'Black',  'wporg-themes' ),
    165                         'blue'   => __( 'Blue',   'wporg-themes' ),
    166                         'brown'  => __( 'Brown',  'wporg-themes' ),
    167                         'gray'   => __( 'Gray',   'wporg-themes' ),
    168                         'green'  => __( 'Green',  'wporg-themes' ),
    169                         'orange' => __( 'Orange', 'wporg-themes' ),
    170                         'pink'   => __( 'Pink',   'wporg-themes' ),
    171                         'purple' => __( 'Purple', 'wporg-themes' ),
    172                         'red'    => __( 'Red',    'wporg-themes' ),
    173                         'silver' => __( 'Silver', 'wporg-themes' ),
    174                         'tan'    => __( 'Tan',    'wporg-themes' ),
    175                         'white'  => __( 'White',  'wporg-themes' ),
    176                         'yellow' => __( 'Yellow', 'wporg-themes' ),
    177                         'dark'   => __( 'Dark',   'wporg-themes' ),
    178                         'light'  => __( 'Light',  'wporg-themes' ),
    179                 ),
    180163                __( 'Layout', 'wporg-themes' ) => array(
    181                         'fixed-layout'      => __( 'Fixed Layout',      'wporg-themes' ),
    182                         'fluid-layout'      => __( 'Fluid Layout',      'wporg-themes' ),
    183                         'responsive-layout' => __( 'Responsive Layout', 'wporg-themes' ),
     164                        'grid-layout'       => __( 'Grid Layout',       'wporg-themes' ),
    184165                        'one-column'        => __( 'One Column',        'wporg-themes' ),
    185166                        'two-columns'       => __( 'Two Columns',       'wporg-themes' ),
    186167                        'three-columns'     => __( 'Three Columns',     'wporg-themes' ),
     
    190171                ),
    191172                __( 'Features', 'wporg-themes' ) => array(
    192173                        'accessibility-ready'   => __( 'Accessibility Ready',   'wporg-themes' ),
    193                         'blavatar'              => __( 'Blavatar',              'wporg-themes' ),
    194174                        'buddypress'            => __( 'BuddyPress',            'wporg-themes' ),
    195175                        'custom-background'     => __( 'Custom Background',     'wporg-themes' ),
    196176                        'custom-colors'         => __( 'Custom Colors',         'wporg-themes' ),
     
    200180                        'featured-image-header' => __( 'Featured Image Header', 'wporg-themes' ),
    201181                        'featured-images'       => __( 'Featured Images',       'wporg-themes' ),
    202182                        'flexible-header'       => __( 'Flexible Header',       'wporg-themes' ),
     183                        'footer-widgets'        => __( 'Footer Widgets',        'wporg-themes' ),
    203184                        'front-page-post-form'  => __( 'Front Page Posting',    'wporg-themes' ),
    204185                        'full-width-template'   => __( 'Full Width Template',   'wporg-themes' ),
    205186                        'microformats'          => __( 'Microformats',          'wporg-themes' ),
     
    211192                        'translation-ready'     => __( 'Translation Ready',     'wporg-themes' ),
    212193                ),
    213194                __( 'Subject', 'wporg-themes' ) => array(
    214                         'holiday'       => __( 'Holiday',       'wporg-themes' ),
    215                         'photoblogging' => __( 'Photoblogging', 'wporg-themes' ),
    216                         'seasonal'      => __( 'Seasonal',      'wporg-themes' ),
     195                        'blog'           => __( 'Blog',          'wporg-themes' ),
     196                        'e-commerce'     => __( 'E-Commerce',    'wporg-themes' ),
     197                        'education'      => __( 'Education',     'wporg-themes' ),
     198                        'entertainment'  => __( 'Entertainment', 'wporg-themes' ),
     199                        'food-and-drink' => __( 'Food & Drink',  'wporg-themes' ),
     200                        'holiday'        => __( 'Holiday',       'wporg-themes' ),
     201                        'news'           => __( 'News',          'wporg-themes' ),
     202                        'photography'    => __( 'Photography',   'wporg-themes' ),
     203                        'portfolio'      => __( 'Portfolio',     'wporg-themes' ),
    217204                )
    218205        );
    219206}