[wp-trac] [WordPress Trac] #37911: Typo/Text change in the warning given by the .asf audio/video files
WordPress Trac
noreply at wordpress.org
Thu Sep 1 19:16:10 UTC 2016
#37911: Typo/Text change in the warning given by the .asf audio/video files
--------------------------+-----------------------------
Reporter: mangeshp | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Text Changes | Version: 4.6
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
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.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/37911>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list