John Paul II - Louisville, KY

If no details for Mass Times, then don't display parenthesis

Assigned to
Kyle Sullivan, Web Development at Diocesan Kyle S.
Notes

Comments & Events

Kyle Sullivan, Web Development at Diocesan
Colons and parentheses only appear when appropriate.
<p><b><?= get_sub_field( 'day' ); ?><?php if( get_sub_field( 'time' ) ){ echo ': '; } ?><?= get_sub_field( 'time' ); ?></b> <?php if( get_sub_field( 'details' ) ) { echo '(' . get_sub_field( 'details' ) . ')'; } ?></p>
Kyle Sullivan, Web Development at Diocesan
Kyle Sullivan completed this to-do.