Changeset 1003429
- Timestamp:
- 10/07/2014 06:25:03 PM (11 years ago)
- File:
-
- 1 edited
-
timespan/trunk/timespan.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
timespan/trunk/timespan.php
r1003427 r1003429 4 4 Plugin URI: http://paper-leaf.com 5 5 Description: A simple, easy to use plugin which can be used to display the average time it will take to read a post. 6 Version: 1.0. 36 Version: 1.0.4 7 7 Author: Paper Leaf Design 8 8 Author URI: http://paper-leaf.com … … 69 69 if (get_option('gt1po') != '') { 70 70 $full .= get_option('gt1po'); // get the option from WP backend 71 $full .= '</p></span>'; 71 72 } else { 72 73 $full .= 'minutes </p></span>'; … … 109 110 if (get_option('gt1po') != '') { 110 111 $full .= get_option('gt1po'); // get the option from WP backend 112 $full .= '</p></span>'; 111 113 } else { 112 114 $full .= 'minutes</p></span>';
Note: See TracChangeset
for help on using the changeset viewer.