コード例 #1
0
					</td>
				<?php 
    }
    ?>
				<?php 
    if (displetretsidx_has_average_price()) {
        ?>
					<th scope="row" class="displet-font-color-light">
						Price Average:
					</th>
					<td>
						$<span class="<?php 
        displetretsidx_the_average_price_class();
        ?>
 displet-font-color-light"><?php 
        displetretsidx_the_average_price();
        ?>
						</span>
					</td>
				<?php 
    }
    ?>
			</tr>
			<tr>
				<?php 
    if (displetretsidx_has_lowest_square_footage() || displetretsidx_has_highest_square_footage()) {
        ?>
					<th scope="row" class="displet-font-color-light">
						Size Range:
					</th>
					<td>
/**
 * @deprecated: since 2.0.42
 * @package: displetretsidx_the_advanced_stats() or displetretsidx_setup_advanced_stats_data( $stats )
 * @return: print: text
 */
function displetretsidx_the_advanced_stats_average_price()
{
    displetretsidx_the_average_price();
}