Opened 8 years ago
Closed 5 years ago
#46103 closed defect (bug) (fixed)
Missing semicolon after endforeach in wp-includes/media-template.php
| Reported by: | vishitshah | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.9 |
| Component: | Media | Version: | 5.0.3 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | coding-standards |
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
@
8 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
@
6 years ago
- Component General → Media
- Milestone Awaiting Review → Future Release
- Summary Missing semicolon after foreach → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Added missing semicolon in foreach loop.