diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
index 1c0fb0a..8ea3ee1 100644
--- a/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
+++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
@@ -168,27 +168,8 @@ add_action( 'wp_footer', 'wporg_themes_view_templates' );
  */
 function wporg_themes_get_feature_list() {
 	return array(
-		__( 'Colors', 'wporg-themes' )   => array(
-			'black'  => __( 'Black',  'wporg-themes' ),
-			'blue'   => __( 'Blue',   'wporg-themes' ),
-			'brown'  => __( 'Brown',  'wporg-themes' ),
-			'gray'   => __( 'Gray',   'wporg-themes' ),
-			'green'  => __( 'Green',  'wporg-themes' ),
-			'orange' => __( 'Orange', 'wporg-themes' ),
-			'pink'   => __( 'Pink',   'wporg-themes' ),
-			'purple' => __( 'Purple', 'wporg-themes' ),
-			'red'    => __( 'Red',    'wporg-themes' ),
-			'silver' => __( 'Silver', 'wporg-themes' ),
-			'tan'    => __( 'Tan',    'wporg-themes' ),
-			'white'  => __( 'White',  'wporg-themes' ),
-			'yellow' => __( 'Yellow', 'wporg-themes' ),
-			'dark'   => __( 'Dark',   'wporg-themes' ),
-			'light'  => __( 'Light',  'wporg-themes' ),
-		),
 		__( 'Layout', 'wporg-themes' ) => array(
-			'fixed-layout'      => __( 'Fixed Layout',      'wporg-themes' ),
-			'fluid-layout'      => __( 'Fluid Layout',      'wporg-themes' ),
-			'responsive-layout' => __( 'Responsive Layout', 'wporg-themes' ),
+			'grid-layout'       => __( 'Grid Layout',       'wporg-themes' ),
 			'one-column'        => __( 'One Column',        'wporg-themes' ),
 			'two-columns'       => __( 'Two Columns',       'wporg-themes' ),
 			'three-columns'     => __( 'Three Columns',     'wporg-themes' ),
@@ -198,16 +179,17 @@ function wporg_themes_get_feature_list() {
 		),
 		__( 'Features', 'wporg-themes' ) => array(
 			'accessibility-ready'   => __( 'Accessibility Ready',   'wporg-themes' ),
-			'blavatar'              => __( 'Blavatar',              'wporg-themes' ),
 			'buddypress'            => __( 'BuddyPress',            'wporg-themes' ),
 			'custom-background'     => __( 'Custom Background',     'wporg-themes' ),
 			'custom-colors'         => __( 'Custom Colors',         'wporg-themes' ),
 			'custom-header'         => __( 'Custom Header',         'wporg-themes' ),
+			'custom-logo'           => __( 'Custom Logo',           'wporg-themes' ),
 			'custom-menu'           => __( 'Custom Menu',           'wporg-themes' ),
 			'editor-style'          => __( 'Editor Style',          'wporg-themes' ),
 			'featured-image-header' => __( 'Featured Image Header', 'wporg-themes' ),
 			'featured-images'       => __( 'Featured Images',       'wporg-themes' ),
 			'flexible-header'       => __( 'Flexible Header',       'wporg-themes' ),
+			'footer-widgets'        => __( 'Footer Widgets',        'wporg-themes' ),
 			'front-page-post-form'  => __( 'Front Page Posting',    'wporg-themes' ),
 			'full-width-template'   => __( 'Full Width Template',   'wporg-themes' ),
 			'microformats'          => __( 'Microformats',          'wporg-themes' ),
@@ -219,9 +201,15 @@ function wporg_themes_get_feature_list() {
 			'translation-ready'     => __( 'Translation Ready',     'wporg-themes' ),
 		),
 		__( 'Subject', 'wporg-themes' ) => array(
-			'holiday'       => __( 'Holiday',       'wporg-themes' ),
-			'photoblogging' => __( 'Photoblogging', 'wporg-themes' ),
-			'seasonal'      => __( 'Seasonal',      'wporg-themes' ),
+			'blog'           => __( 'Blog',          'wporg-themes' ),
+			'e-commerce'     => __( 'E-Commerce',    'wporg-themes' ),
+			'education'      => __( 'Education',     'wporg-themes' ),
+			'entertainment'  => __( 'Entertainment', 'wporg-themes' ),
+			'food-and-drink' => __( 'Food & Drink',  'wporg-themes' ),
+			'holiday'        => __( 'Holiday',       'wporg-themes' ),
+			'news'           => __( 'News',          'wporg-themes' ),
+			'photography'    => __( 'Photography',   'wporg-themes' ),
+			'portfolio'      => __( 'Portfolio',     'wporg-themes' ),
 		)
 	);
 }
