Make WordPress Core

Changeset 24705


Ignore:
Timestamp:
07/13/2013 06:16:57 PM (12 years ago)
Author:
azaozz
Message:

Fix a comment typo in heartbeat.js, props mordauk, fixes #24745.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/heartbeat.js

    r24654 r24705  
    170170                url: url,
    171171                type: 'post',
    172                 timeout: 30000, // throw an error of not completed after 30 sec.
     172                timeout: 30000, // throw an error if not completed after 30 sec.
    173173                data: send,
    174174                dataType: 'json'
Note: See TracChangeset for help on using the changeset viewer.