Make WordPress Core

Changeset 31440


Ignore:
Timestamp:
02/13/2015 04:08:33 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Terminate JS statements in two admin files.

props ipm-frommen.
fixes #31311.

Location:
trunk/src/wp-admin/includes
Files:
2 edited

Legend:

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

    r31200 r31440  
    20852085        t.preloadImg.src = src;
    20862086    }
    2087 }
     2087};
    20882088
    20892089jQuery(document).ready( function($) {
  • trunk/src/wp-admin/includes/template.php

    r31200 r31440  
    17391739                        testCompression.check(r, h, test);
    17401740                    }
    1741                 }
     1741                };
    17421742
    17431743                x.open('GET', ajaxurl + '?action=wp-compression-test&test='+test+'&'+(new Date()).getTime(), true);
Note: See TracChangeset for help on using the changeset viewer.