Plugin Directory

Changeset 544707


Ignore:
Timestamp:
05/15/2012 10:23:56 PM (14 years ago)
Author:
russoedu
Message:

Version 2.3 corrected qrcode icon size bug

Location:
universo-widget-and-mobile-redirect/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • universo-widget-and-mobile-redirect/trunk/readme.txt

    r544698 r544707  
    44Requires at least: 2.5
    55Tested up to: 3.3.2
    6 Stable tag: 2.2
     6Stable tag: 2.3
    77
    88Displays Universo's (http://universo.mobi) App link in the sidebar and add a Mobile Recognition tool to redirect your reader using mobile devices to your Universo App URL.
     
    7676* Sending "feature" param to QRCode
    7777* Calling Universo.mobi using get_meta_tags with an user agent
     78
     79= 2.3 =
     80* Corrected QRCode icon size bug
  • universo-widget-and-mobile-redirect/trunk/universo-widget-and-mobile-redirect.php

    r544698 r544707  
    4545function get_app_qrcode($app_url, $qrcode_size){
    4646    $app_name = split("/", $app_url);
    47     if(isset($icon_size))
    48         echo "<img id='universo_app_qrcode' src='http://media.universo.mobi/qr?app_name=$app_name[3]&feature=wpwidget' width='$icon_size' height='$icon_size' />";
     47    if(isset($qrcode_size))
     48        echo "<img id='universo_app_qrcode' src='http://media.universo.mobi/qr?app_name=$app_name[3]&feature=wpwidget' width='$qrcode_size' height='$qrcode_size' />";
    4949    else
    5050        echo "<img id='universo_app_qrcode' src='http://media.universo.mobi/qr?app_name=$app_name[3]&feature=wpwidget' />";
Note: See TracChangeset for help on using the changeset viewer.