Plugin Directory

Changeset 782591


Ignore:
Timestamp:
10/04/2013 02:09:51 PM (12 years ago)
Author:
straker503
Message:

Small change

Location:
jetpack-post-views
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jetpack-post-views/tags/1.0.8/jetpack-post-views.php

    r782589 r782591  
    463463        }
    464464
    465         // Get all categories
    466         $categories = get_categories();
    467 
    468465        // Grab the top posts and display them using the stats_get_csv function
    469466        if ( $instance['days'] != '-1' && function_exists('stats_get_csv') ) {
  • jetpack-post-views/trunk/jetpack-post-views.php

    r782589 r782591  
    463463        }
    464464
    465         // Get all categories
    466         $categories = get_categories();
    467 
    468465        // Grab the top posts and display them using the stats_get_csv function
    469466        if ( $instance['days'] != '-1' && function_exists('stats_get_csv') ) {
Note: See TracChangeset for help on using the changeset viewer.