#53182 closed defect (bug) (fixed)
define()s for Network don't conform to WordPress coding standards
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Networks and Sites | Keywords: | has-patch |
| Focuses: | multisite, coding-standards | Cc: |
Description
When you generate a multisite network, WordPress creates some define() statements for you to paste in to wp-config.php.
Those statements lack spacing and don't conform to WordPress coding standards.
Change History (7)
This ticket was mentioned in PR #1248 on WordPress/wordpress-develop by paulschreiber.
5 years ago
#1
- Keywords has-patch added
#5
@
5 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 50839:
@SergeyBiryukov commented on PR #1248:
3 months ago
#6
Thanks for the PR! Merged in r50839.
@paulschreiber commented on PR #1248:
3 months ago
#7
What happened here? This PR was over four years old.
Note: See
TracTickets for help on using
tickets.
Adds spacing so
define()statements conform to WordPress coding standards.Trac ticket: https://core.trac.wordpress.org/ticket/53182