Changeset 2882578
- Timestamp:
- 03/18/2023 01:53:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
image-over-image-vc-extension/tags/3.0/plugin.class.php
r2882576 r2882578 65 65 <?php endif ?> 66 66 67 <img src="<?php echo esc_ html($front_image_url); ?> " alt="">67 <img src="<?php echo esc_url($front_image_url); ?> " alt=""> 68 68 69 69 <?php if ( $ioi_image_effect == 'style9' ): ?> … … 72 72 </div> 73 73 <div class="he-content"> 74 <img src="<?php echo esc_ html($back_image_url); ?> " alt="">74 <img src="<?php echo esc_url($back_image_url); ?> " alt=""> 75 75 </div> 76 76 </a>
Note: See TracChangeset
for help on using the changeset viewer.