Plugin Directory

Changeset 2832425

Timestamp:
12/12/2022 03:40:21 PM (20 months ago)
Author:
www.15.to
Message:

1.9.5 fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • qr-code-tag-for-wc-from-goaskle-com/trunk/lib/qrct/QrctWp.php

    r2832417 r2832425  
    466466   
    467467        // create image tag
    468         //$img = '<img src="'.$url.'" class="'.$imageparam.'" />';
    469         $img = '<img src="'.$url.'" />';
     468        $img = '<img src="'.$url.'" class="'.$imageparam.'" />';
     469        $img = '<img src="'.$url.'" />';
    470470   
    471471        // check for link options and set linkTarget
Note: See TracChangeset for help on using the changeset viewer.