Plugin Directory

Changeset 209051


Ignore:
Timestamp:
02/22/2010 02:01:05 PM (16 years ago)
Author:
kifulab
Message:

Fixed a minor issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kf-most-read/trunk/kf_most_read.php

    r102936 r209051  
    44Plugin URI: http://www.kifulab.net/wordpress-plugins/kf-most-read-plugin
    55Description: Shows the most viewed posts in an period of time defined by the user. Usage: just insert the code <?php kf_get_posts_by_hits(7,7) ?> where you want the list to be displayed (by default displays a <li> element for each entry). For more info about usage see the README.txt file or visit the plugin page
    6 Version: 1.1
     6Version: 1.2
    77Author: Kifulab.net
    88E-Mail: kifulab@gmail.com
     
    3939    function kf_register_post_hits(&$the_content){
    4040        global $post, $wpdb;
     41        $post_id = (int)$post->ID;
    4142        if(($post->post_status == 'publish') && (int)$post->ID){
    4243            if(!empty($_SESSION)){
Note: See TracChangeset for help on using the changeset viewer.