#37574 closed defect (bug) (invalid)
Missing semicolon at the end of the line.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.6 |
Component: | Media | Keywords: | |
Focuses: | administration | Cc: |
Description
Semicolon is missing in https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/class-wp-media-list-table.php at #L483 and #L486.
This line should have a semicolon at the end,
<?php echo $title ?>
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Hi @soniakash, welcome to Trac!
Please note that formatting cleanup tickets are generally discouraged. Coding style fixes should be a result of more substantial changes: http://make.wordpress.org/core/2011/03/23/code-refactoring/. But thanks for the patch!