#50258 closed task (blessed) (fixed)
Update WordPress Coding Standards ruleset
| Reported by: | desrosj | Owned by: | desrosj |
|---|---|---|---|
| Priority: | low | Milestone: | 5.5 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | has-patch has-dev-note |
| Cc: | Focuses: | coding-standards |
Description
The WordPress Coding Standards ruleset has been updated to version 2.3.0.
Let's update this and related dependencies.
Attachments (2)
Change History (7)
#1
@
6 years ago
- Focuses coding-standards added
- Keywords needs-testing added
- Owner set to
- Status new → assigned
#3
@
6 years ago
- Keywords needs-testing removed
A new check was added to the ruleset for short ternary operator syntax, which is not allowed per the coding standards.
50258.diff fixes the three occurrences of that in Core.
#5
@
6 years ago
- Keywords has-dev-note added
Referenced in the following dev note: https://make.wordpress.org/core/2020/07/14/php-related-improvements-changes-wordpress-5-5-edition/.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In my testing, I did not see any unexpected problems. Another set of eyes would be appreciated.