Wordpress/tests
Jeremy Felt e02c481487 Multisite: Use get_current_blog_id() instead of $wpdb->blogid.
`get_current_blog_id()` is more appropriate for determining the ID of the current site in most cases. This eliminates the need for the global `$wpdb` in several functions and is better than the implicit global used in admin pages.

Props bnap00, spacedmonkey.
Fixes #41684.


git-svn-id: https://develop.svn.wordpress.org/trunk@41661 602fd350-edb4-49c9-b593-d223f7449a82
2017-10-02 01:43:48 +00:00
..
phpunit Multisite: Use get_current_blog_id() instead of $wpdb->blogid. 2017-10-02 01:43:48 +00:00
qunit REST API JavaScript Client: improve support for model deletion/trash. 2017-10-01 13:06:43 +00:00