mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Clean up factory arguments in ms-sites group.
* Arguments for user, path, and title are only necessary when we need to do something with those arguments later. Most cases in the ms-sites group do not require them. * In `test_get_blog_id_from_url_is_case_insensitive()`, we should pass a lowercase domain argument. * A user factory in `test_switch_restore_blog()` is not necessary. See #30080 Built from https://develop.svn.wordpress.org/trunk@30786 git-svn-id: http://core.svn.wordpress.org/trunk@30776 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1e6c83c130
commit
210b51552c
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-beta2-30785';
|
||||
$wp_version = '4.1-beta2-30786';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user