-
Notifications
You must be signed in to change notification settings - Fork 8
PR: Add Bulk WP menu at network level #673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev/6.2.0
Are you sure you want to change the base?
PR: Add Bulk WP menu at network level #673
Conversation
Apply fixes from StyleCI
|
https://github.com/sudar/bulk-delete/blob/671-feature/add-mutisite-support-for-users-module/tests/wp-unit/include/Core/Users/Modules/DeleteUsersByUserMetaInMultisiteModuleTest.php is failing for single site though I am not loading this class for single sites. Please let me know what am I missing. |
sudar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just left some minor comments. Once it is fixed, this can be merged.
include/Core/BulkDelete.php
Outdated
| * | ||
| * @since 6.1.0 | ||
| * | ||
| * @var \BulkWP\BulkDelete\Multisite\MultisiteAdminUIBuilder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * @var \BulkWP\BulkDelete\Multisite\MultisiteAdminUIBuilder | |
| * @var \BulkWP\BulkDelete\Core\Multisite\MultisiteAdminUIBuilder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
|
Complexity increasing per file
==============================
- include/Core/Multisite/MultisiteAdminUIBuilder.php 3
- tests/wp-unit/include/Core/Users/Modules/DeleteUsersByUserMetaInMultisiteModuleTest.php 6
- include/Core/Users/UsersModule.php 2
- include/Core/Users/DeleteUsersInMultisitePage.php 1
- include/Core/Users/Modules/DeleteUsersByUserMetaInMultisiteModule.php 2
See the complete overview on Codacy |
Fix #671
@sudar Please look into multisite test issue i.e.,tests are erroring when run without WP_MULTISITE=1.