From the list: Build ✔ If no details for Mass Times, then don't display parenthesis Veronica A. added this on Mar 29, 2019 Completed Mar 29, 2019 by Kyle S. Assigned to Kyle S. Notes image.png 35 KB • Download Comments & Events Kyle Sullivan, Web Development 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> Mar 29, 2019 at 7:03 PM Notified 1 person Kyle Sullivan completed this to-do. Mar 29, 2019 at 7:03 PM
Kyle Sullivan, Web Development 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> Mar 29, 2019 at 7:03 PM Notified 1 person
<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>