Changeset 833762
- Timestamp:
- 01/06/2014 10:24:02 AM (12 years ago)
- File:
-
- 1 edited
-
canto-testimonials/trunk/canto-testimonials.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
canto-testimonials/trunk/canto-testimonials.php
r833441 r833762 115 115 // Widget Content 116 116 //wp_reset_query(); 117 $testomonials = get_posts( array('post_type'=>'test omonial', 'showposts'=> $count));117 $testomonials = get_posts( array('post_type'=>'testimonials', 'showposts'=> $count)); 118 118 119 119 $output = '';
Note: See TracChangeset
for help on using the changeset viewer.