Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21195, comment 29


Ignore:
Timestamp:
10/30/2013 03:42:15 AM (11 years ago)
Author:
rmccue
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21195, comment 29

    initial v1  
    66* `^(\t+)switch.*\n\1case` => 17 matches
    77* `^(\t+)switch.*\n\1\tcase` => 278 matches
     8
     9And for `*.js*:
     10
     11* `^(\t+)switch.*\n\1case` => 2 matches (both in nav-menu.js)
     12* `^(\t+)switch.*\n\1\tcase` => 18 matches