mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
In media_upload_gallery_form()
's inline JavaScript, remove unnecessary comment tags.
Fixes #25637. Built from https://develop.svn.wordpress.org/trunk@28368 git-svn-id: http://core.svn.wordpress.org/trunk@28196 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
88b96dc036
commit
2bea9fcc0b
@ -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…
x
Reference in New Issue
Block a user