Plugin Directory

Changeset 3116022


Ignore:
Timestamp:
07/11/2024 05:28:43 AM (21 months ago)
Author:
hummau
Message:

Changed the lettercase of the price widget selector

Location:
hummgroup
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • hummgroup/tags/3.1.3/includes/humm_gateway.php

    r3082896 r3116022  
    202202    public function add_price_widget()
    203203    {
    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());
    205205        echo wp_kses($this->get_widget_script(), $this->get_allow_html());
    206206    }
     
    260260    public function add_price_widget_anchor()
    261261    {
    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());
    263263    }
    264264    /**
  • hummgroup/tags/3.1.4/includes/humm_gateway.php

    r3102106 r3116022  
    202202    public function add_price_widget()
    203203    {
    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());
    205205        echo wp_kses($this->get_widget_script(), $this->get_allow_html());
    206206    }
     
    260260    public function add_price_widget_anchor()
    261261    {
    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());
    263263    }
    264264    /**
  • hummgroup/trunk/includes/humm_gateway.php

    r3102106 r3116022  
    202202    public function add_price_widget()
    203203    {
    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());
    205205        echo wp_kses($this->get_widget_script(), $this->get_allow_html());
    206206    }
     
    260260    public function add_price_widget_anchor()
    261261    {
    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());
    263263    }
    264264    /**
Note: See TracChangeset for help on using the changeset viewer.