/**
 * @package: displetretsidx_the_stats() or displetretsidx_the_advanced_stats()
 * @return: boolean
 */
function displetretsidx_has_price_per_square_foot()
{
    if (displetretsidx_has_average_price() && displetretsidx_has_average_square_footage()) {
        return true;
    }
    return false;
}
						to
						<span class="<?php 
        displetretsidx_the_highest_square_footage_class();
        ?>
 displet-font-color-light">
							<?php 
        displetretsidx_the_highest_square_footage();
        ?>
						</span>
						Sq. Ft.
					</td>
				<?php 
    }
    ?>
				<?php 
    if (displetretsidx_has_average_square_footage()) {
        ?>
					<th scope="row" class="displet-font-color-light">
						Size Average:
					</th>
					<td>
						<span class="<?php 
        displetretsidx_the_average_square_footage_class();
        ?>
 displet-font-color-light">
							<?php 
        displetretsidx_the_average_square_footage();
        ?>
						</span>
						Sq. Ft.
					</td>