Index: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/make-intro.php
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/make-intro.php	(revision 519)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/make-intro.php	(working copy)
@@ -1,6 +1,6 @@
 <?php
 
-$sites = array( 'core', 'community', 'polyglots', 'docs' );
+$sites = array( 'core', 'community', 'polyglots', 'docs', 'support' );
 $site = trim( home_url( '', 'relative' ), '/' );
 if ( ! in_array( $site, $sites ) ) {
 	return;
