Changeset 3293
- Timestamp:
- 06/02/2016 03:49:34 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r3290 r3293 312 312 * // All non-rosetta networks define DOMAIN_CURRENT_SITE in wp-config.php 313 313 * if ( ! defined( 'DOMAIN_CURRENT_SITE' ) && 'wordpress.org' != $domain && '/plugins/' == substr( $path . '/', 0, 9 ) ) { 314 * $site = get_blog_details( WPORG_PLUGIN_DIRECTORY_BLOGID );314 * $site = get_blog_details( WPORG_PLUGIN_DIRECTORY_BLOGID, false ); 315 315 * if ( $site ) { 316 316 * $site = clone $site; -
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.