Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #27308


Ignore:
Timestamp:
03/06/2014 11:33:00 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27308

    • Property Keywords has-patch commit added
    • Property Summary changed from jshint:themes should only run agaignst the core themes we want it run againgst to jshint:themes should only run against the core themes we want it run against
  • Ticket #27308 – Description

    initial v3  
    1 Right now, grunt jshint:themes will test any js in src/wp-content/themes that isnt' in twenty{eleven,twelve,thirteen} (and also isn'te a single specified 3rd party script in twentyfourteen). 
     1Right now, grunt jshint:themes will test any js in src/wp-content/themes that isnt' in twenty{eleven,twelve,thirteen} (and also isn't a single specified 3rd party script in twentyfourteen). 
    22
    33Sometimes you want to have other themes in your checkout.  Examples include testing update notifications or testing theme apis.  We should avoid these themes in our test.