You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting a continue warning:
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /wp-content/plugins/coursepress/2.0/include/coursepress/view/admin/course/class-edit.php on line 1573
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /wp-content/plugins/coursepress/2.0/include/coursepress/view/admin/course/class-edit.php on line 1582
Just wondering if anyone knows if it should be changed to break or should it be continue 2? Running PHP 7.3.13 and WP 5.3.2.
The text was updated successfully, but these errors were encountered:
Getting a continue warning:
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /wp-content/plugins/coursepress/2.0/include/coursepress/view/admin/course/class-edit.php on line 1573
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /wp-content/plugins/coursepress/2.0/include/coursepress/view/admin/course/class-edit.php on line 1582
Just wondering if anyone knows if it should be changed to break or should it be continue 2? Running PHP 7.3.13 and WP 5.3.2.
The text was updated successfully, but these errors were encountered: