Opened 8 weeks ago
Last modified 4 weeks ago
#65114 reviewing defect (bug)
Correct formatting of `$locked_text` in posts list table
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.1 | Priority: | normal |
| Severity: | normal | Version: | 7.0 |
| Component: | Posts, Post Types | Keywords: | has-patch commit |
| Focuses: | coding-standards | Cc: |
Description
The column_title() method in WP_Posts_List_Table has variable alignment
issues in locked_text that do not follow WordPress coding standards.
Steps to reproduce:
- Run PHPCS against
src/wp-admin/includes/class-wp-posts-list-table.php - Observe coding standards violations around line 1125.
1125 | WARNING | [x] Equals sign not aligned correctly; expected 1 space but found 3 spaces
| | (Generic.Formatting.MultipleStatementAlignment.IncorrectWarning)
Change History (3)
This ticket was mentioned in PR #11628 on WordPress/wordpress-develop by @ankitkumarshah.
8 weeks ago
#1
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
Introduced in r62074 (25f2e83) for #64622.
The
trunkbranch is currently frozen for new commits due to 7.0. This can be committed once unfrozen.