Changeset 1001110
- Timestamp:
- 10/03/2014 06:44:44 AM (11 years ago)
- Location:
- wp-author-ranking
- Files:
-
- 11 added
- 2 edited
-
tags/1.0.4 (added)
-
tags/1.0.4/Readme.txt (added)
-
tags/1.0.4/index.php (added)
-
tags/1.0.4/lang (added)
-
tags/1.0.4/lang/wpAuthorRanking-fr.mo (added)
-
tags/1.0.4/lang/wpAuthorRanking-fr.po (added)
-
tags/1.0.4/lang/wpAuthorRanking-ja.mo (added)
-
tags/1.0.4/lang/wpAuthorRanking-ja.po (added)
-
tags/1.0.4/readme.md (added)
-
tags/1.0.4/screenshot-1.png (added)
-
tags/1.0.4/setting.php (added)
-
trunk/Readme.txt (modified) (2 diffs)
-
trunk/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-author-ranking/trunk/Readme.txt
r984052 r1001110 4 4 Requires at least: 3.0 5 5 Tested up to: 4.0 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 108 108 == Changelog == 109 109 110 = 1.0.4 = 111 * bug fix 112 110 113 = 1.0.3 = 111 * Language: add French language translate. (Thanks Nicola )114 * Language: add French language translate. (Thanks Nicolas) 112 115 113 116 = 1.0.2 = -
wp-author-ranking/trunk/index.php
r984052 r1001110 3 3 /** 4 4 * @package WP Author Ranking 5 * @version 1.0. 35 * @version 1.0.4 6 6 */ 7 7 /* … … 9 9 Description: Ranking the popular blog authors. Results are depends on page viewing numbers! Who is today's mega-star!? 10 10 Author: Natsuyasumi Seisakushitsu 11 Version: 1.0. 311 Version: 1.0.4 12 12 */ 13 13 … … 56 56 global $wpdb; 57 57 $optDef = Array( 'cpt' => '', 'y' => '', 'm' => '', 'd' => '', 'exclude' => false, 'sort' => 'DESC' ); 58 $opt['cpt']='post';59 58 $where = ''; 60 59 $exclude = '';
Note: See TracChangeset
for help on using the changeset viewer.