Plugin Directory

Changeset 1003429


Ignore:
Timestamp:
10/07/2014 06:25:03 PM (11 years ago)
Author:
paperleaf
Message:

close case for custom ending on greater than 1 minute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • timespan/trunk/timespan.php

    r1003427 r1003429  
    44Plugin URI: http://paper-leaf.com
    55Description: 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.3
     6Version: 1.0.4
    77Author: Paper Leaf Design
    88Author URI: http://paper-leaf.com
     
    6969        if (get_option('gt1po') != '') {
    7070            $full .= get_option('gt1po'); // get the option from WP backend
     71            $full .= '</p></span>';
    7172        } else {
    7273            $full .= 'minutes </p></span>';
     
    109110                if (get_option('gt1po') != '') {
    110111                    $full .= get_option('gt1po'); // get the option from WP backend
     112                    $full .= '</p></span>';
    111113                } else {
    112114                    $full .= 'minutes</p></span>';
Note: See TracChangeset for help on using the changeset viewer.