Changeset 26905
- Timestamp:
- 01/05/2014 05:15:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r26851 r26905 251 251 set_site_transient( 'wporg_theme_feature_list', $feature_list, 10800 ); 252 252 253 $category_translations = array( 'Colors' => __('Colors'), 'Columns' => __('Columns'), 'Width' => __('Width'), 254 'Features' => __('Features'), 'Subject' => __('Subject') ); 253 $category_translations = array( 254 'Colors' => __( 'Colors' ), 255 'Columns' => __( 'Columns' ), 256 'Layout' => __( 'Layout' ), 257 'Features' => __( 'Features' ), 258 'Subject' => __( 'Subject' ) 259 ); 255 260 256 261 // Loop over the wporg canonical list and apply translations
Note: See TracChangeset
for help on using the changeset viewer.