Plugin Directory

Changeset 559828


Ignore:
Timestamp:
06/18/2012 10:19:32 AM (14 years ago)
Author:
QRtool
Message:

Minor bugfix

Location:
wpqr-qr-code
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpqr-qr-code/tags/0.1.4/wpqr_qr-code-generator.php

    r559825 r559828  
    2121    print '<h3>'._e('WPQR QR-Code Generator').'</h3>';
    2222    print '<p>'._e('Insert <b>[qr-code]</b> anywhere in WordPress to display a QR-Code that leads to the page/article being displayed').'</p>';
    23     print '<p>'._e('You can customize your QR-Code by using the shortcode with the folling attributes <b>[qr-code align="left" class="my-qr-code" color="#000000" background_color="#FFFFFF" size="4" margin="4" level="M" post_id="0"]</b> ').</p>'';
     23    print '<p>'._e('You can customize your QR-Code by using the shortcode with the folling attributes <b>[qr-code align="left" class="my-qr-code" color="#000000" background_color="#FFFFFF" size="4" margin="4" level="M" post_id="0"]</b> ').'</p>';
    2424    print '<h4>'._e('Attributes available').':</h4>';
    2525    print '<ul>';
  • wpqr-qr-code/trunk/wpqr_qr-code-generator.php

    r559822 r559828  
    2121    print '<h3>'._e('WPQR QR-Code Generator').'</h3>';
    2222    print '<p>'._e('Insert <b>[qr-code]</b> anywhere in WordPress to display a QR-Code that leads to the page/article being displayed').'</p>';
    23     print '<p>'._e('You can customize your QR-Code by using the shortcode with the folling attributes <b>[qr-code align="left" class="my-qr-code" color="#000000" background_color="#FFFFFF" size="4" margin="4" level="M" post_id="0"]</b> ').</p>'';
     23    print '<p>'._e('You can customize your QR-Code by using the shortcode with the folling attributes <b>[qr-code align="left" class="my-qr-code" color="#000000" background_color="#FFFFFF" size="4" margin="4" level="M" post_id="0"]</b> ').'</p>';
    2424    print '<h4>'._e('Attributes available').':</h4>';
    2525    print '<ul>';
Note: See TracChangeset for help on using the changeset viewer.