#43346 closed enhancement (fixed)
Fix code indent in unescape_invalid_shortcodes()
Reported by: | joelcj91 | Owned by: | SergeyBiryukov |
---|---|---|---|
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
@
7 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
@
7 years ago
Replying to GaryJ:
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=
.
Thanks @GaryJ. Added another patch. Do we have an option to delete an uploaded patch?
#3
@
7 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
@
7 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
@
7 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
@
7 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 42738:
#9
@
5 years ago
Finger slipped when writing commit message - should refer to #43446. Please disregard.
Fix code indent