File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
themes/osi/template-parts Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 */
99
1010?>
11- <?php $ content_size = ( 'post ' !== get_post_type () && !is_search () ) ? 'three-column ' : 'two-column ' ; ?>
11+ <?php $ content_size = ( 'post ' !== get_post_type () && ! is_search () ) ? 'three-column ' : 'two-column ' ; ?>
1212<article id="post-<?php the_ID (); ?> " <?php post_class ( 'archive wp-block-column ' . $ content_size ); ?> >
1313 <?php get_template_part ( 'template-parts/featured-image ' , 'cropped ' ); ?>
1414 <section class="post--summary osi-list--post-content">
3333 </span>
3434 <?php endif ; ?>
3535 </p>
36- <?php if ( osi_field_check ( 'current_term_start_date ' ) ) : ?>
36+ <?php if ( osi_field_check ( 'current_term_start_date ' ) ) : ?>
3737 <p class="member-dates">
38- <?php
38+ <?php
3939 echo __ ( 'Current Term: ' , 'osi ' ) . ' ' ;
4040 osi_the_valid_date_field ( 'current_term_start_date ' , 'M Y ' );
41- if ( osi_field_check ( 'current_term_end_date ' ) ) :
41+ if ( osi_field_check ( 'current_term_end_date ' ) ) :
4242 echo ' ' . __ ( 'to ' , 'osi ' ) . ' ' ;
4343 osi_the_valid_date_field ( 'current_term_end_date ' , 'M Y ' );
4444 endif ;
You can’t perform that action at this time.
0 commit comments