Changeset 782591
- Timestamp:
- 10/04/2013 02:09:51 PM (12 years ago)
- Location:
- jetpack-post-views
- Files:
-
- 2 edited
-
tags/1.0.8/jetpack-post-views.php (modified) (1 diff)
-
trunk/jetpack-post-views.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jetpack-post-views/tags/1.0.8/jetpack-post-views.php
r782589 r782591 463 463 } 464 464 465 // Get all categories466 $categories = get_categories();467 468 465 // Grab the top posts and display them using the stats_get_csv function 469 466 if ( $instance['days'] != '-1' && function_exists('stats_get_csv') ) { -
jetpack-post-views/trunk/jetpack-post-views.php
r782589 r782591 463 463 } 464 464 465 // Get all categories466 $categories = get_categories();467 468 465 // Grab the top posts and display them using the stats_get_csv function 469 466 if ( $instance['days'] != '-1' && function_exists('stats_get_csv') ) {
Note: See TracChangeset
for help on using the changeset viewer.