Changeset 539114
- Timestamp:
- 05/02/2012 05:53:19 PM (14 years ago)
- File:
-
- 1 edited
-
qr-code-generator/trunk/qr-code-generator.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
qr-code-generator/trunk/qr-code-generator.php
r538601 r539114 3 3 Plugin Name: QR code generator 4 4 Plugin URI: http://www.blue-design.ch 5 Description: A brief description of the Plugin.6 Version: 0.1 5 Description: This plugin will display a QR code in your sidebar which you can easily scan with your handphone and read later on the way home, to office or to school. 6 Version: 0.1.1 7 7 Author: Marco Wagner 8 8 Author URI: http://www.blue-design.ch … … 70 70 } 71 71 else { 72 $title = __( ' New title', 'text_domain' );72 $title = __( 'QR Code', 'text_domain' ); 73 73 } 74 74
Note: See TracChangeset
for help on using the changeset viewer.