Opened 6 years ago
Closed 3 years ago
#46103 closed defect (bug) (fixed)
Missing semicolon after endforeach in wp-includes/media-template.php
Reported by: | vishitshah | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.9 | Priority: | normal |
Severity: | normal | Version: | 5.0.3 |
Component: | Media | Keywords: | has-patch |
Focuses: | coding-standards | Cc: |
Description
Missing semicolon after foreach in wp_underscore_audio_template function in this file /wp-includes/media-template.php
Attachments (3)
Change History (7)
#1
@
6 years ago
@mukesh27 I've tested your patch successfully and also run a project-wide search for other missing semicolons behind <?php endforeach ?>
and there are none. Thus, your patch looks good to me!
#2
@
4 years ago
- Component changed from General to Media
- Milestone changed from Awaiting Review to Future Release
- Summary changed from Missing semicolon after foreach to Missing semicolon after endforeach in wp-includes/media-template.php
46103.2.diff still applies (to the src directory), and it edits all 4 instances of endforeach
without the semicolon.
Note: See
TracTickets for help on using
tickets.
Added missing semicolon in foreach loop.