Changeset 3293 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-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/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;
Note: See TracChangeset
for help on using the changeset viewer.