Changeset 1686681
- Timestamp:
- 06/28/2017 05:10:28 AM (9 years ago)
- Location:
- wp-ranking-pro/trunk
- Files:
-
- 4 edited
-
lib/model/ranking.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
templates/help-faq.php (modified) (1 diff)
-
wp-ranking-pro.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-ranking-pro/trunk/lib/model/ranking.php
r1433527 r1686681 669 669 'meta' => esc_html($meta_value), 670 670 ); 671 672 wp_reset_postdata(); 671 673 672 674 return $formatted_post; -
wp-ranking-pro/trunk/readme.txt
r1500065 r1686681 4 4 Tags: ranking, popular, Post, posts, popularity, widget, AJAX, shortcode, cache, top 5 5 Requires at least: 4.5 6 Tested up to: 4. 6.17 Stable tag: 1.0. 06 Tested up to: 4.8.0 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 76 76 == Changelog == 77 77 78 **1.0.1** 79 * Bug fix. 80 78 81 **1.0.0** 79 82 * Initial release -
wp-ranking-pro/trunk/templates/help-faq.php
r1433527 r1686681 49 49 <?php _e('Count access from mobile by setting a user agent.', WP_Ranking_PRO::TEXT_DOMAIN) ?><br> 50 50 <?php _e('When you do not understand it, please paste follows.', WP_Ranking_PRO::TEXT_DOMAIN) ?><br><br> 51 <?php printnl2br(WP_Ranking_PRO::UA_MOBILE); ?>51 <?php echo nl2br(WP_Ranking_PRO::UA_MOBILE); ?> 52 52 </td> 53 53 </tr> -
wp-ranking-pro/trunk/wp-ranking-pro.php
r1433527 r1686681 4 4 * Plugin URI: https://plugmize.jp/product/wp-ranking-pro 5 5 * Description: "WP-Ranking PRO" totals a page view, and into which a popular article can be formed by various elements or periods. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: PLUGMIZE 8 8 * Author URI: https://plugmize.jp/ … … 1816 1816 # __FILE__の代替。クラス定数にしたいところだが、PHPの制限でできないため、ク 1817 1817 # ラスメソッドとして実装する 1818 public function file_path() {1818 public static function file_path() { 1819 1819 if (!empty(self::$this_file_path)) { 1820 1820 return self::$this_file_path;
Note: See TracChangeset
for help on using the changeset viewer.