Changeset 1396330
- Timestamp:
- 04/15/2016 09:50:41 AM (10 years ago)
- Location:
- voter-plugin/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
voter.php (modified) (1 diff)
-
voter_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
voter-plugin/trunk/readme.txt
r1380319 r1396330 452 452 = 3.0.13 = 453 453 * 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 8 8 Text Domain: aheadzen 9 9 Domain Path: /language 10 Version: 3.0.1 310 Version: 3.0.14 11 11 12 12 Copyright: © 2014-2015 ASK-ORACLE.COM -
voter-plugin/trunk/voter_functions.php
r1373615 r1396330 775 775 $user_id = get_query_var('author'); 776 776 } 777 if(!$user_id)return true; 778 777 779 $res = VoterPluginClass::az_get_author_total_votes(array(),$user_id); 778 780 if($res){ 779 781 $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 782 785 } 783 786
Note: See TracChangeset
for help on using the changeset viewer.