PR: Ability to delete blogs in mutisite#709
Open
esudalaimadan wants to merge 67 commits intodev/6.2.0from
Open
PR: Ability to delete blogs in mutisite#709esudalaimadan wants to merge 67 commits intodev/6.2.0from
esudalaimadan wants to merge 67 commits intodev/6.2.0from
Conversation
Apply fixes from StyleCI
Apply fixes from StyleCI
…ar/bulk-delete into 50-feature/delete-blogs-in-multisite
Contributor
|
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 |
sudar
reviewed
Jan 31, 2020
include/Core/Sites/SitesModule.php
Outdated
| */ | ||
| do_action( 'bd_before_query', $wp_site_query ); | ||
|
|
||
| $sites = (array) $wp_comment_query->query( $options ); |
Contributor
There was a problem hiding this comment.
sudar
reviewed
Jan 31, 2020
| } | ||
|
|
||
| // phpcs:ignore Squiz.Commenting.FunctionComment.Missing | ||
| protected function build_query( $options ) { |
Contributor
There was a problem hiding this comment.
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sudar Muthu <sudar@sudarmuthu.com>
…erm-modules PR: Add cron settings to term modules.
PR: Fix User ID retrieval from email and exclude parameter check.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #50, #121
@sudar