#43346 closed enhancement (fixed)
Fix code indent in unescape_invalid_shortcodes()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.1 | Priority: | normal |
| Severity: | normal | Version: | 4.3 |
| Component: | Shortcodes | Keywords: | has-patch commit |
| Focuses: | coding-standards | Cc: |
Description
In wp-includes/shortcodes.php file, the unescape_invalid_shortcodes function is not properly indented.
Attachments (2)
Change History (11)
#1
follow-up:
↓ 2
@
8 years ago
Thanks, @joelcj91.
Since the $content assignment now has a clear line before it, the = for the previous assignment does not need to be aligned (i.e. remove the extra space before the =.
#2
in reply to:
↑ 1
@
8 years ago
Replying to GaryJ:
Thanks, @joelcj91.
Since the
$contentassignment now has a clear line before it, the=for the previous assignment does not need to be aligned (i.e. remove the extra space before the=.
Thanks @GaryJ. Added another patch. Do we have an option to delete an uploaded patch?
#3
@
8 years ago
Not without special capabilities on Trac, but that's fine - it's good to see the progression of patches, and the committers know that the most recent patches are likely the one to commit.
#4
@
8 years ago
- Component changed from Formatting to Shortcodes
- Keywords has-patch added
- Summary changed from Fix code indent to Fix code indent in unescape_invalid_shortcodes()
#5
@
8 years ago
- Keywords commit added
- Milestone changed from Awaiting Review to 5.0
- Version changed from 4.9.4 to 4.3
Introduced in [33359]
Thanks @joelcj91 & @GaryJ
#6
@
8 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 42738:
#9
@
6 years ago
Finger slipped when writing commit message - should refer to #43446. Please disregard.
Fix code indent