-
Notifications
You must be signed in to change notification settings - Fork 8
PR: Ability to delete blogs in mutisite #709
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?
Conversation
Apply fixes from StyleCI
Apply fixes from StyleCI
…ar/bulk-delete into 50-feature/delete-blogs-in-multisite
|
Issues
======
- Added 2
Complexity increasing per file
==============================
- include/Core/Sites/SitesModule.php 4
- include/Core/Sites/Modules/DeleteSitesByNameModule.php 7
- include/Core/Users/DeleteUsersInMultisitePage.php 1
- tests/wp-unit/include/Core/Users/Modules/DeleteUsersByUserMetaInMultisiteModuleTest.php 6
- include/Core/Multisite/MultisiteAdminUIBuilder.php 3
- include/Core/Sites/DeleteSitesInMultisitePage.php 1
- include/Core/Users/UsersModule.php 2
- include/Core/Users/Modules/DeleteUsersByUserMetaInMultisiteModule.php 2
Clones added
============
- include/Core/Sites/SitesModule.php 1
See the complete overview on Codacy |
include/Core/Sites/SitesModule.php
Outdated
| */ | ||
| do_action( 'bd_before_query', $wp_site_query ); | ||
|
|
||
| $sites = (array) $wp_comment_query->query( $options ); |
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.
| } | ||
|
|
||
| // phpcs:ignore Squiz.Commenting.FunctionComment.Missing | ||
| protected function build_query( $options ) { |
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.
Issue found: Avoid unused parameters such as '$options'.
Recently the way StyleCi parses configuration has been changed which was generating errors in config files that were working earlier. This commit fixes those errors.
PR: Remove unnecessary td tags
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.19) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sudar Muthu <[email protected]>
…erm-modules PR: Add cron settings to term modules.
PR: Fix User ID retrieval from email and exclude parameter check.
Fix #50, #121
@sudar