This commit is contained in:
Hoang Huu
2019-09-13 15:22:59 +07:00
parent 5bcd3b22c3
commit 9a9ef4867a
2 changed files with 10 additions and 11 deletions

View File

@@ -36,10 +36,10 @@ $data_deposit = [
<div class="popup-body">
<div class="popup-close"><i class="fa fa-times" aria-hidden="true"></i></div>
<div class="contact-share-form-container">
<h6><?php echo esc_html__( 'Show with in.', 'opalestate-pro' ); ?></h6>
<h6><?php esc_html_e( 'Show with in', 'opalestate-pro' ); ?></h6>
<div class="box-content ">
<?php opalesate_property_slide_ranger_template( esc_html__( 'Radius', 'opalestate-pro' ), $data_deposit ); ?>
<p><a href="#"><?php echo esc_html__( 'Of My Location', 'opalestate-pro' ); ?></a></p>
<p><?php esc_html_e( 'Of My Location', 'opalestate-pro' ); ?></p>
</div>
</div>
</div>