Plugin Directory

Changeset 897959


Ignore:
Timestamp:
04/19/2014 09:03:23 AM (12 years ago)
Author:
davidmerinas
Message:

Fixing feeds render bugs

Location:
add-to-feedly/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • add-to-feedly/trunk/addtofeedly.php

    r894113 r897959  
    44Plugin URI: http://wordpress.org/plugins/add-to-feedly/
    55Description: Feedly users can subscribe your RSS feed just by clicking the banner "Follow on Feedly" or the floating button that this plugin provides. Banner available in English, French or Spanish.
    6 Version: 1.2.5
     6Version: 1.2.6
    77Author: davidmerinas
    88Author URI: http://www.davidmerinas.com
     
    214214add_action("plugins_loaded", "widget_ADD_TO_FEEDLY_init");
    215215//$queried_object = get_queried_object();
    216 if ( !is_admin()){
     216if ( !is_admin() && !is_feed()){
    217217    add_action("wp_footer", "ADD_TO_FEEDLY_init");
    218218}
  • add-to-feedly/trunk/readme.txt

    r894113 r897959  
    4040== Changelog ==
    4141
     42= 1.2.6 =
     43*Fixed some bugs
     44
    4245= 1.2.5 =
    4346*Fixed some bugs
Note: See TracChangeset for help on using the changeset viewer.