Changeset 799258
- Timestamp:
- 11/05/2013 04:04:37 PM (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
r798964 r799258 111 111 extract( $main_atts ); 112 112 113 print_r($main_atts);113 //print_r($main_atts); 114 114 115 115 // Widget Content 116 wp_reset_query();116 //wp_reset_query(); 117 117 $testomonials = get_posts( array('post_type'=>'testomonial', 'showposts'=> $count)); 118 118
Note: See TracChangeset
for help on using the changeset viewer.