Changeset 18327
- Timestamp:
- 06/22/2011 07:45:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/theme.php
r17928 r18327 272 272 'blue' => __( 'Blue' ), 273 273 'brown' => __( 'Brown' ), 274 'gray' => __( 'Gray' ), 274 275 'green' => __( 'Green' ), 275 276 'orange' => __( 'Orange' ), … … 300 301 301 302 __( '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' ) 316 321 ), 317 322 318 323 __( 'Subject' ) => array( 319 'holiday' => __( 'Holiday' ),324 'holiday' => __( 'Holiday' ), 320 325 'photoblogging' => __( 'Photoblogging' ), 321 'seasonal' => __( 'Seasonal' )326 'seasonal' => __( 'Seasonal' ) 322 327 ) 323 328 );
Note: See TracChangeset
for help on using the changeset viewer.