WP-for-Church / Sermon-Manager

Sermon Manager for WordPress is the #1 plugin for churches who want to manage their sermons easily and missionally.
https://wordpress.org/plugins/sermon-manager-for-wordpress/
GNU General Public License v2.0
43 stars 35 forks source link

fix(rss) Add parentheses to nested ternery operator #300

Open tstephen opened 1 year ago

tstephen commented 1 year ago

Types of changes:

Checklist:

Brief description of the proposed change:

Resolves

Fatal error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /wp-content/plugins/sermon-manager-for-wordpress/views/wpfc-podcast-feed.php on line 165

reported as issue #299.

Any other info: