Changeset 2945708
- Timestamp:
- 07/31/2023 10:13:16 PM (3 years ago)
- Location:
- home-value/trunk
- Files:
-
- 3 edited
-
home-values.php (modified) (1 diff)
-
public/class-home-values-shortcodes.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
home-value/trunk/home-values.php
r2944801 r2945708 4 4 * Plugin Name: Home Value 5 5 * Description: Home Value provides your website visitors the ability to get accurate home price valuations of their applicable property(s). 6 * Version: 3.0. 56 * Version: 3.0.6 7 7 * Author: 8blocks 8 8 * Author Email: support@8blocks.com -
home-value/trunk/public/class-home-values-shortcodes.php
r2944801 r2945708 85 85 switch ($page) { 86 86 case 'initial': 87 echo `<div id="8b-home-value">88 <form enctype="multipart/form-data" method="post"> `;87 echo '<div id="8b-home-value"> 88 <form enctype="multipart/form-data" method="post">'; 89 89 home_values_get_template_part('forms/address-search-page', null, $args); 90 echo `</form>91 </div> `;90 echo ' </form> 91 </div>'; 92 92 break; 93 93 -
home-value/trunk/readme.txt
r2944801 r2945708 80 80 == Changelog == 81 81 82 = 3.0.6 20230731 = 83 84 * Clean code in class-home-values-shortcodes.php 85 82 86 = 3.0.5 20230728 = 83 87
Note: See TracChangeset
for help on using the changeset viewer.