Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33193, comment 9


Ignore:
Timestamp:
08/28/2015 05:42:13 PM (11 years ago)
Author:
gregrickaby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33193, comment 9

    initial v1  
    11@johnbillion - this is awesome.
    22
    3 Would any one be opposed to turning that nice big block of `if` conditions and turning it into a `switch`? Not only would it be easier to read/follow, but it's a possible performance boost.
     3Would any one be opposed to turning that nice big block of `if` conditions into a `switch`? Not only would it be easier to read/follow, but it's a possible performance boost.