#26093 closed defect (bug) (fixed)
Twenty Fourteen: New PHP Coding Standards Brace Requirement
Reported by: | rickalee | Owned by: | lancewillett |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Bundled Theme | Keywords: | |
Focuses: | Cc: |
Description
Since 3.8 is new code I thought it would be appropriate to get in new brace requirement in trunk along with further feedback on how spacing after braces should be handled.
Attachments (3)
Change History (10)
#2
in reply to:
↑ 1
@
11 years ago
- Keywords needs-refresh added
- Milestone changed from Awaiting Review to 3.8
Replying to nacin:
This was contributed during the WordCamp Orlando contributor day. Looks good!
Very cool! Thanks for contributing.
Side note for lancewillett: Instead of get_the_tag_list(), it looks like the theme can just use the_tags(). This would eliminate the
echo
and thehas_tag()
conditional.
Good call.
#5
@
11 years ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In 26260:
Note: See
TracTickets for help on using
tickets.
This was contributed during the WordCamp Orlando contributor day. Looks good!
Side note for lancewillett: Instead of get_the_tag_list(), it looks like the theme can just use the_tags(). This would eliminate the
echo
and thehas_tag()
conditional.