Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#37911 closed defect (bug) (duplicate)

Typo/Text change in the warning given by the .asf audio/video files

Reported by: mangeshp's profile mangeshp Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.6
Component: Text Changes Keywords: has-patch
Focuses: Cc:

Description

Noticed a typo in the module.audio-video.asf.php file in ID3 folder line number 352:

$info['warning'][] = '[asf][codec_list_object][codec_entries]['.$CodecEntryCounter.'][description] expected to contain comma-seperated list of parameters: "'.$thisfile_asf_codeclistobject_codecentries_current['description'].'"';

Actually it should be like this:

$info['warning'][] = '[asf][codec_list_object][codec_entries]['.$CodecEntryCounter.'][description] expected to contain comma-separated list of parameters: "'.$thisfile_asf_codeclistobject_codecentries_current['description'].'"';

The word comma-separated was written wrong. Thought to correct it.

Attachments (1)

37911.diff (1.1 KB) - added by mangeshp 8 years ago.

Download all attachments as: .zip

Change History (3)

@mangeshp
8 years ago

#1 @mangeshp
8 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
8 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Hi @mangeshp, welcome to Trac! Thanks for the ticket, this was previously reported in #37475.

getID3() is an external library, please submit the patch upstream: http://www.getid3.org/.

If we update it in the future, the fix would probably be included, there is no need to have an extra Trac ticket for that.

Note: See TracTickets for help on using tickets.