Plugin Directory

Changeset 2945713


Ignore:
Timestamp:
07/31/2023 10:39:19 PM (3 years ago)
Author:
8blocks
Message:

Shortcode file update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • home-value/trunk/public/class-home-values-shortcodes.php

    r2945708 r2945713  
    8585    switch ($page) {
    8686      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">`;
    8989        home_values_get_template_part('forms/address-search-page', null, $args);
    90         echo '  </form>
    91               </div>';
     90        echo `  </form>
     91              </div>`;
    9292        break;
    9393
Note: See TracChangeset for help on using the changeset viewer.