Plugin Directory

Changeset 1043669


Ignore:
Timestamp:
12/12/2014 08:42:01 PM (11 years ago)
Author:
paperleaf
Message:

fix on rss feeds for if/else on main_query()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • timespan/trunk/timespan.php

    r1010883 r1043669  
    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.6
     6Version: 1.0.7
    77Author: Paper Leaf Design
    88Author URI: http://paper-leaf.com
     
    118118                return $full . $content; // return rounded time
    119119            }
     120        } else {
     121            return $content;
    120122        }
    121123    } else {
Note: See TracChangeset for help on using the changeset viewer.