Changeset 16689
- Timestamp:
- 12/02/2010 02:15:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r16660 r16689 1953 1953 } 1954 1954 1955 x.open('GET', 'admin-ajax.php?action=wp-compression-test&test='+test+'&'+(new Date()).getTime(), true);1955 x.open('GET', ajaxurl + '?action=wp-compression-test&test='+test+'&'+(new Date()).getTime(), true); 1956 1956 x.send(''); 1957 1957 }
Note: See TracChangeset
for help on using the changeset viewer.