Plugin Directory

Changeset 833762


Ignore:
Timestamp:
01/06/2014 10:24:02 AM (12 years ago)
Author:
CantoThemes
Message:

Bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • canto-testimonials/trunk/canto-testimonials.php

    r833441 r833762  
    115115        // Widget Content
    116116        //wp_reset_query();   
    117         $testomonials = get_posts( array('post_type'=>'testomonial', 'showposts'=> $count));
     117        $testomonials = get_posts( array('post_type'=>'testimonials', 'showposts'=> $count));
    118118
    119119        $output = '';
Note: See TracChangeset for help on using the changeset viewer.