[wp-trac] [WordPress Trac] #17959: WP-Tab css

WordPress Trac wp-trac at lists.automattic.com
Thu Nov 10 23:55:57 UTC 2011


#17959: WP-Tab css
--------------------------+------------------------------
 Reporter:  WraithKenny   |       Owner:  WraithKenny
     Type:  defect (bug)  |      Status:  accepted
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  UI            |     Version:  3.2
 Severity:  minor         |  Resolution:
 Keywords:  has-patch     |
--------------------------+------------------------------

Comment (by scribu):

 {{{.closest('...')}}} is a more efficient way of doing
 {{{.parents('...').first()}}}.

 Also,

 {{{
 else $('a', this).first().click();
 }}}

 should be:

 {{{
 else
   $('a', this).first().click();
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/17959#comment:12>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list