Make WordPress Core


Ignore:
Timestamp:
07/04/2016 10:00:23 AM (8 years ago)
Author:
ocean90
Message:

Themes: After [37287], remove deprecated feature category.

See #33407.

File:
1 edited

Legend:

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

    r37945 r37947  
    286286
    287287    $category_translations = array(
    288         'Colors'   => __( 'Colors' ),
    289288        'Layout'   => __( 'Layout' ),
    290289        'Features' => __( 'Features' ),
    291         'Subject'  => __( 'Subject' )
     290        'Subject'  => __( 'Subject' ),
    292291    );
    293292
Note: See TracChangeset for help on using the changeset viewer.