Make WordPress Core

Ticket #17359: theme-tags-update.diff

File theme-tags-update.diff, 2.4 KB (added by lancewillett, 14 years ago)
  • wp-admin/includes/theme.php

     
    271271                                'black'   => __( 'Black' ),
    272272                                'blue'    => __( 'Blue' ),
    273273                                'brown'   => __( 'Brown' ),
     274                                'gray'    => __( 'Gray' ),
    274275                                'green'   => __( 'Green' ),
    275276                                'orange'  => __( 'Orange' ),
    276277                                'pink'    => __( 'Pink' ),
     
    299300                ),
    300301
    301302                __( 'Features' ) => array(
    302                         'blavatar'             => __( 'Blavatar' ),
    303                         'buddypress'           => __( 'BuddyPress' ),
    304                         'custom-background'    => __( 'Custom Background' ),
    305                         'custom-colors'        => __( 'Custom Colors' ),
    306                         'custom-header'        => __( 'Custom Header' ),
    307                         'custom-menu'          => __( 'Custom Menu' ),
    308                         'editor-style'         => __( 'Editor Style' ),
    309                         'front-page-post-form' => __( 'Front Page Posting' ),
    310                         'microformats'         => __( 'Microformats' ),
    311                         'sticky-post'          => __( 'Sticky Post' ),
    312                         'theme-options'        => __( 'Theme Options' ),
    313                         'threaded-comments'    => __( 'Threaded Comments' ),
    314                         'translation-ready'    => __( 'Translation Ready' ),
    315                         'rtl-language-support' => __( 'RTL Language Support' )
     303                        'blavatar'              => __( 'Blavatar' ),
     304                        'buddypress'            => __( 'BuddyPress' ),
     305                        'custom-background'     => __( 'Custom Background' ),
     306                        'custom-colors'         => __( 'Custom Colors' ),
     307                        'custom-header'         => __( 'Custom Header' ),
     308                        'custom-menu'           => __( 'Custom Menu' ),
     309                        'editor-style'          => __( 'Editor Style' ),
     310                        'featured-image-header' => __( 'Featured Image Header' ),
     311                        'featured-images'       => __( 'Featured Images' ),
     312                        'front-page-post-form'  => __( 'Front Page Posting' ),
     313                        'full-width-template'   => __( 'Full Width Template' ),
     314                        'microformats'          => __( 'Microformats' ),
     315                        'post-formats'          => __( 'Post Formats' ),
     316                        'rtl-language-support'  => __( 'RTL Language Support' ),
     317                        'sticky-post'           => __( 'Sticky Post' ),
     318                        'theme-options'         => __( 'Theme Options' ),
     319                        'threaded-comments'     => __( 'Threaded Comments' ),
     320                        'translation-ready'     => __( 'Translation Ready' )
    316321                ),
    317322
    318323                __( 'Subject' )  => array(
    319                         'holiday' => __( 'Holiday' ),
     324                        'holiday'       => __( 'Holiday' ),
    320325                        'photoblogging' => __( 'Photoblogging' ),
    321                         'seasonal' => __( 'Seasonal' )
     326                        'seasonal'      => __( 'Seasonal' )
    322327                )
    323328        );
    324329