Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #16793, comment 6


Ignore:
Timestamp:
03/08/2011 10:16:43 PM (14 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16793, comment 6

    v1 v2  
    1 [attachment:16793.3.diff]
     1[attachment:16793.3.diff]:
    22
    33Contrary to popular belief, {{{$('some selector', context)}}} is not faster than {{{context.find('some selector')}}}. It's just harder to read.