Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #23315


Ignore:
Timestamp:
01/29/2013 08:54:00 PM (11 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23315

    • Property Owner set to azaozz
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #23315 – Description

    initial v2  
    1 There is an UTF-8 BOM in jquery.query.js (`U+FEFF`, ``). While that is usually not a problem, it may break the JS in some rare cases when that file is concatenated.
     1There is an UTF-8 BOM in jquery.query.js (`U+FEFF`, ``). While that is usually not a problem, it may break the JS in some rare cases when that file is concatenated and the charset is not UTF-8.