Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #24197, comment 1


Ignore:
Timestamp:
04/26/2013 02:10:09 AM (13 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24197, comment 1

    initial v1  
    11The snippet is a bit confusing. Are you passing data to a modified version of `jquery.js`?
    22
    3 Seems like your JS file is trying to use `icy_ajax` without checking if it was added.
     3Seems like your JS file is enqueued under different conditions (when `$post` is not set), and the script is trying to use `icy_ajax` without checking if it was added. Or the `'jquery'` handle is incorrect.
    44
    55My steps: