#43346 closed enhancement (fixed)
Fix code indent in unescape_invalid_shortcodes()
| Reported by: | joelcj91 | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.1 |
| Component: | Shortcodes | Version: | 4.3 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | coding-standards |
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
@
9 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
@
9 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
@
9 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
@
9 years ago
- Component Formatting → Shortcodes
- Keywords has-patch added
- Summary Fix code indent → Fix code indent in unescape_invalid_shortcodes()
#5
@
9 years ago
- Keywords commit added
- Milestone Awaiting Review → 5.0
- Version 4.9.4 → 4.3
Introduced in [33359]
Thanks @joelcj91 & @GaryJ
#9
@
7 years ago
Finger slipped when writing commit message - should refer to #43446. Please disregard.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fix code indent