adventistchurch / alps-wordpress

This Wordpress theme is an implementation of the Adventist Living Pattern System (ALPS) designed to support the work of the Seventh-day Adventist Church.
Other
43 stars 38 forks source link

Fixed syntax error in related-pages.blade.php #732

Closed claytonk closed 10 months ago

claytonk commented 10 months ago

@YauheniKapliarchuk Somehow the change you made from switch-case to if-then didn't take, or I didn't notice the switch-case was still in the code. My apologies if I didn't review that closely enough. While testing this fix I noticed we were getting a bunch of warnings in the log about an undefined variable that shows up in the media block pattern used by this code. I've placed in a default false value to prevent those warnings.