Ticket #422: 422.diff
| File 422.diff, 626 bytes (added by , 12 years ago) |
|---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/make-intro.php
1 1 <?php 2 2 3 $sites = array( 'core', 'community', 'polyglots', 'docs' );3 $sites = array( 'core', 'community', 'polyglots', 'docs', 'support' ); 4 4 $site = trim( home_url( '', 'relative' ), '/' ); 5 5 if ( ! in_array( $site, $sites ) ) { 6 6 return;