Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25047, comment 2


Ignore:
Timestamp:
08/20/2013 12:05:03 AM (10 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25047, comment 2

    initial v1  
    55}}}
    66
    7 As `queue` is a simple object, `return queue[handle];` returns `null` if handle doesn't exist in queue.
     7As `queue` is a simple object, `return queue[handle];` returns `null` if handle doesn't exist in queue. Of course using JS "reserved words" may trigger an error or return wrong value.