Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#37574 closed defect (bug) (invalid)

Missing semicolon at the end of the line.

Reported by: soniakash's profile soniakash 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)

media-list.patch (854 bytes) - added by soniakash 9 years ago.

Download all attachments as: .zip

Change History (4)

#1 follow-up: @SergeyBiryukov
9 years ago

  • Focuses accessibility removed
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

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!

#3 in reply to: ↑ 1 @soniakash
9 years ago

Hi @SergeyBiryukov

Thank you

Note: See TracTickets for help on using tickets.