update
This commit is contained in:
parent
06f031267d
commit
a2415271a9
7830
package-lock.json
generated
Normal file
7830
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,37 +0,0 @@
|
||||
{
|
||||
"name": "opal-estate-pro",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "Gruntfile.js",
|
||||
"dependencies": {
|
||||
"babel-preset-stage-0": "^6.24.1",
|
||||
"browser-sync": "^2.26.7",
|
||||
"fs-extra": "^7.0.0",
|
||||
"glob": "^7.1.4",
|
||||
"gulp-add-src": "^1.0.0",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-cssnano": "^2.1.3",
|
||||
"gulp-inject": "^4.3.2",
|
||||
"gulp-sass": "^4.0.1",
|
||||
"gulp-sourcemaps": "^2.6.5",
|
||||
"gulp-uglify": "^3.0.1",
|
||||
"node-sass": "^4.12.0",
|
||||
"rtlcss": "2.4.0",
|
||||
"xml2js": "^0.4.19"
|
||||
},
|
||||
"engines": {
|
||||
"node": "10.15.3",
|
||||
"npm": "6.9.0"
|
||||
},
|
||||
"natives": "^1.1.6",
|
||||
"devDependencies": {
|
||||
"graceful-fs": "^4.2.2",
|
||||
"grunt-contrib-watch": "^1.1.0",
|
||||
"gulp": "^3.9.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user