Multisite transient count
-
When multisite is active, this plugin combines the $wpdb->options count and the $wpdb->sitemeta using string concatenation instead of addition. So 6129 and 42 becomes 612,942 transients. Please change your .= to += on lines 72/73 of options-general.php!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Multisite transient count’ is closed to new replies.