In media_upload_gallery_form()
's inline JavaScript, remove unnecessary comment tags.
Fixes #25637. git-svn-id: https://develop.svn.wordpress.org/trunk@28368 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3a554b5249
commit
3f59b86ec5
@ -2095,7 +2095,6 @@ function media_upload_gallery_form($errors) {
|
||||
?>
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
jQuery(function($){
|
||||
var preloaded = $(".media-item.preloaded");
|
||||
if ( preloaded.length > 0 ) {
|
||||
@ -2103,7 +2102,6 @@ jQuery(function($){
|
||||
updateMediaForm();
|
||||
}
|
||||
});
|
||||
-->
|
||||
</script>
|
||||
<div id="sort-buttons" class="hide-if-no-js">
|
||||
<span>
|
||||
|
Loading…
Reference in New Issue
Block a user