Changeset 3293 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
- Timestamp:
- 06/02/2016 03:49:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
r3058 r3293 1142 1142 * // All non-rosetta networks define DOMAIN_CURRENT_SITE in wp-config.php 1143 1143 * if ( ! defined( 'DOMAIN_CURRENT_SITE' ) && 'wordpress.org' != $domain && '/themes/' == substr( $path . '/', 0, 8 ) ) { 1144 * $site = get_blog_details( WPORG_THEME_DIRECTORY_BLOGID );1144 * $site = get_blog_details( WPORG_THEME_DIRECTORY_BLOGID, false ); 1145 1145 * if ( $site ) { 1146 1146 * $site = clone $site;
Note: See TracChangeset
for help on using the changeset viewer.