• I’m seeing the following error when running Crowley on PHP 7.3:

    Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /path/to/public/wp-content/themes/crowley/ev-inc/modules/customizer/v1/controls/typography.php on line 454

    There are two continue statements, line 454 and 491, and I think they can be changed to ‘break’ without changing how it works.

    • This topic was modified 5 years, 11 months ago by nztim.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP Warning: “continue” targeting switch is equivalent to “break”.’ is closed to new replies.