Ticket #26777: 26777.branch.patch
File 26777.branch.patch, 677 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/includes/theme.php
250 250 251 251 set_site_transient( 'wporg_theme_feature_list', $feature_list, 10800 ); 252 252 253 $category_translations = array( 'Colors' => __('Colors'), 'Columns' => __('Columns'), ' Width' => __('Width'),253 $category_translations = array( 'Colors' => __('Colors'), 'Columns' => __('Columns'), 'Layout' => __('Layout'), 254 254 'Features' => __('Features'), 'Subject' => __('Subject') ); 255 255 256 256 // Loop over the wporg canonical list and apply translations