Make WordPress Core

Changeset 16689


Ignore:
Timestamp:
12/02/2010 02:15:25 PM (14 years ago)
Author:
scribu
Message:

Fix compression test 404. Props duck_. Fixes #15496

File:
1 edited

Legend:

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

    r16660 r16689  
    19531953                }
    19541954
    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);
    19561956                x.send('');
    19571957            }
Note: See TracChangeset for help on using the changeset viewer.