Make WordPress Core

Changeset 18327


Ignore:
Timestamp:
06/22/2011 07:45:21 PM (13 years ago)
Author:
nacin
Message:

Add theme feature strings for translation. These are already being returned by the API. props lancewillett, fixes #17359.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/theme.php

    r17928 r18327  
    272272                'blue'    => __( 'Blue' ),
    273273                'brown'   => __( 'Brown' ),
     274                'gray'    => __( 'Gray' ),
    274275                'green'   => __( 'Green' ),
    275276                'orange'  => __( 'Orange' ),
     
    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    );
Note: See TracChangeset for help on using the changeset viewer.