Changeset 2714675
- Timestamp:
- 04/26/2022 06:48:26 AM (4 years ago)
- Location:
- proofratings
- Files:
-
- 2 edited
-
tags/1.1.5/inc/class-proofratings-shortcodes.php (modified) (1 diff)
-
trunk/inc/class-proofratings-shortcodes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
proofratings/tags/1.1.5/inc/class-proofratings-shortcodes.php
r2713867 r2714675 507 507 508 508 ob_start(); ?> 509 <div class="<?php echo $class; ?>" data-location="<?php echo esc_attr($location->id) ?>" data-type="overall_cta_banner">510 <?php echo $close_button; ?>509 <div class="<?php echo esc_attr($class); ?>" data-location="<?php echo esc_attr($location->id) ?>" data-type="overall_cta_banner"> 510 <?php echo wp_kses_post($close_button); ?> 511 511 <?php $location->ratings->get_logos(); ?> 512 512 -
proofratings/trunk/inc/class-proofratings-shortcodes.php
r2713867 r2714675 507 507 508 508 ob_start(); ?> 509 <div class="<?php echo $class; ?>" data-location="<?php echo esc_attr($location->id) ?>" data-type="overall_cta_banner">510 <?php echo $close_button; ?>509 <div class="<?php echo esc_attr($class); ?>" data-location="<?php echo esc_attr($location->id) ?>" data-type="overall_cta_banner"> 510 <?php echo wp_kses_post($close_button); ?> 511 511 <?php $location->ratings->get_logos(); ?> 512 512
Note: See TracChangeset
for help on using the changeset viewer.