Changes between Initial Version and Version 1 of Ticket #17902, comment 11
- Timestamp:
- 01/18/2012 10:47:56 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17902, comment 11
initial v1 1 So, it seems the "don't JOIN global tables with non-global tables" rule can be broken in the following case: 2 3 {{{ 4 if ( !wp_is_large_network( 'users' ) && !defined( 'CUSTOM_USER_TABLE' ) && !file_exists( WP_CONTENT_DIR . '/db.php' ) ) 5 }}} 1 [wrong ticket]