Changeset 3116022
- Timestamp:
- 07/11/2024 05:28:43 AM (21 months ago)
- Location:
- hummgroup
- Files:
-
- 3 edited
-
tags/3.1.3/includes/humm_gateway.php (modified) (2 diffs)
-
tags/3.1.4/includes/humm_gateway.php (modified) (2 diffs)
-
trunk/includes/humm_gateway.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hummgroup/tags/3.1.3/includes/humm_gateway.php
r3082896 r3116022 202 202 public function add_price_widget() 203 203 { 204 echo wp_kses('<div id=" Humm-price-info-anchor"></div>', $this->get_allow_html());204 echo wp_kses('<div id="humm-price-info-anchor"></div>', $this->get_allow_html()); 205 205 echo wp_kses($this->get_widget_script(), $this->get_allow_html()); 206 206 } … … 260 260 public function add_price_widget_anchor() 261 261 { 262 echo wp_kses('<div id=" Humm-price-info-anchor"></div>', $this->get_allow_html());262 echo wp_kses('<div id="humm-price-info-anchor"></div>', $this->get_allow_html()); 263 263 } 264 264 /** -
hummgroup/tags/3.1.4/includes/humm_gateway.php
r3102106 r3116022 202 202 public function add_price_widget() 203 203 { 204 echo wp_kses('<div id=" Humm-price-info-anchor"></div>', $this->get_allow_html());204 echo wp_kses('<div id="humm-price-info-anchor"></div>', $this->get_allow_html()); 205 205 echo wp_kses($this->get_widget_script(), $this->get_allow_html()); 206 206 } … … 260 260 public function add_price_widget_anchor() 261 261 { 262 echo wp_kses('<div id=" Humm-price-info-anchor"></div>', $this->get_allow_html());262 echo wp_kses('<div id="humm-price-info-anchor"></div>', $this->get_allow_html()); 263 263 } 264 264 /** -
hummgroup/trunk/includes/humm_gateway.php
r3102106 r3116022 202 202 public function add_price_widget() 203 203 { 204 echo wp_kses('<div id=" Humm-price-info-anchor"></div>', $this->get_allow_html());204 echo wp_kses('<div id="humm-price-info-anchor"></div>', $this->get_allow_html()); 205 205 echo wp_kses($this->get_widget_script(), $this->get_allow_html()); 206 206 } … … 260 260 public function add_price_widget_anchor() 261 261 { 262 echo wp_kses('<div id=" Humm-price-info-anchor"></div>', $this->get_allow_html());262 echo wp_kses('<div id="humm-price-info-anchor"></div>', $this->get_allow_html()); 263 263 } 264 264 /**
Note: See TracChangeset
for help on using the changeset viewer.