This commit is contained in:
Chung Pham
2020-08-20 16:03:22 +07:00
parent 06f031267d
commit a2415271a9
3 changed files with 7831 additions and 38 deletions

View File

@@ -14,7 +14,7 @@ $nonce = wp_nonce_field( 'submitted-property', 'submission_action', true );
<div class="submission-heading text-center">
<?php if ( ! $post_id ) : ?>
<h1><?php esc_html_e( 'Add New Property', 'opalestate-pro' ); ?></h1>
<p><?php esc_html_e( 'Adding a property is straigh forward, we are broken it down into a few steps' ); ?></p>
<p><?php esc_html_e( 'Adding a property is straight forward, we are broken it down into a few steps.' ); ?></p>
<?php else : ?>
<h1><?php esc_html_e( 'Edit Property', 'opalestate-pro' ); ?></h1>
<p><?php esc_html_e( 'Edit a property is straigh forward, we are broken it down into a few steps' ); ?></p>