Make WordPress Core


Ignore:
Timestamp:
01/03/2015 05:45:17 AM (10 years ago)
Author:
wonderboymusic
Message:

Inline <script>s that are only printed in the admin for pages that are served with the HTML5 doctype absolutely do not need CDATA comments.

Props tw2113 for the initial patch.
See #18788.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/export.php

    r30155 r31034  
    2525?>
    2626<script type="text/javascript">
    27 //<![CDATA[
    2827    jQuery(document).ready(function($){
    2928        var form = $('#export-filters'),
     
    3837        });
    3938    });
    40 //]]>
    4139</script>
    4240<?php
Note: See TracChangeset for help on using the changeset viewer.