Changeset 559828
- Timestamp:
- 06/18/2012 10:19:32 AM (14 years ago)
- Location:
- wpqr-qr-code
- Files:
-
- 2 edited
-
tags/0.1.4/wpqr_qr-code-generator.php (modified) (1 diff)
-
trunk/wpqr_qr-code-generator.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpqr-qr-code/tags/0.1.4/wpqr_qr-code-generator.php
r559825 r559828 21 21 print '<h3>'._e('WPQR QR-Code Generator').'</h3>'; 22 22 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>'; 24 24 print '<h4>'._e('Attributes available').':</h4>'; 25 25 print '<ul>'; -
wpqr-qr-code/trunk/wpqr_qr-code-generator.php
r559822 r559828 21 21 print '<h3>'._e('WPQR QR-Code Generator').'</h3>'; 22 22 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>'; 24 24 print '<h4>'._e('Attributes available').':</h4>'; 25 25 print '<ul>';
Note: See TracChangeset
for help on using the changeset viewer.