Changeset 31440
- Timestamp:
- 02/13/2015 04:08:33 AM (10 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r31200 r31440 2085 2085 t.preloadImg.src = src; 2086 2086 } 2087 } 2087 }; 2088 2088 2089 2089 jQuery(document).ready( function($) { -
trunk/src/wp-admin/includes/template.php
r31200 r31440 1739 1739 testCompression.check(r, h, test); 1740 1740 } 1741 } 1741 }; 1742 1742 1743 1743 x.open('GET', ajaxurl + '?action=wp-compression-test&test='+test+'&'+(new Date()).getTime(), true);
Note: See TracChangeset
for help on using the changeset viewer.