Opened 5 years ago
Closed 5 years ago
#8190 closed enhancement (fixed)
Fix PHPCS violation in bp_blogs_screen_create_a_blog()
Reported by: | mukesh27 | Owned by: | imath |
---|---|---|---|
Milestone: | 6.0.0 | Priority: | normal |
Severity: | normal | Version: | 1.0 |
Component: | Blogs | Keywords: | has-patch commit |
Cc: |
Description
Combine conditions and fix PHPCS As per document - https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/#brace-style
Attachments (2)
Change History (6)
#1
@
5 years ago
- Keywords needs-refresh added
- Milestone changed from Awaiting Review to 6.0.0
- Version set to 1.0
Hi @mukesh27
Thanks a lot for your report and patch. Could you improve its "readibility" a little adding 1 space between each !
operator and each statement. Eg: if ( ! is_multisite() ...
?
Note: See
TracTickets for help on using
tickets.
Patch.