Plugin Directory

Changeset 1396330


Ignore:
Timestamp:
04/15/2016 09:50:41 AM (10 years ago)
Author:
aheadzen
Message:

3.0.14

Location:
voter-plugin/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • voter-plugin/trunk/readme.txt

    r1380319 r1396330  
    452452= 3.0.13 =
    453453* voter email unsubscribe function settings changed.
     454
     455= 3.0.14 =
     456* API error which add "Author Votes"  mesage via action hook which was created problem.
  • voter-plugin/trunk/voter.php

    r1380319 r1396330  
    88Text Domain: aheadzen
    99Domain Path: /language
    10 Version: 3.0.13
     10Version: 3.0.14
    1111
    1212Copyright: © 2014-2015 ASK-ORACLE.COM
  • voter-plugin/trunk/voter_functions.php

    r1373615 r1396330  
    775775            $user_id = get_query_var('author');
    776776        }
     777        if(!$user_id)return true;
     778       
    777779        $res = VoterPluginClass::az_get_author_total_votes(array(),$user_id);
    778780        if($res){
    779781            $total_votes = $res[0]->total_votes;
    780         }
    781         echo VoterPluginClass::az_author_total_votes_html($total_votes,'author_total_votes_count');
     782            echo VoterPluginClass::az_author_total_votes_html($total_votes,'author_total_votes_count');
     783        }
     784       
    782785    }
    783786   
Note: See TracChangeset for help on using the changeset viewer.