Changeset 435 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/make-intro.php
- Timestamp:
- 02/26/2014 06:05:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/make-intro.php
r399 r435 1 1 <?php 2 2 3 $sites = array( 'core', 'community' );3 $sites = array( 'core', 'community', 'polyglots' ); 4 4 $site = trim( home_url( '', 'relative' ), '/' ); 5 5 if ( ! in_array( $site, $sites ) ) {
Note: See TracChangeset
for help on using the changeset viewer.