WordPoints / wordpoints

Points plugin for WordPress
GNU General Public License v2.0
20 stars 15 forks source link

[WP 4.6] Use `get_current_network_id()` instead of `$wpdb->siteid` #724

Open JDGrimes opened 7 years ago

JDGrimes commented 7 years ago

https://core.trac.wordpress.org/ticket/41507#comment:12:

Multisite: Remove references to $wpdb->siteid and use get_current_network_id() instead.

kyam-mayden commented 5 years ago

Looking at this if no-one else is?