Changeset 1132669
- Timestamp:
- 04/11/2015 10:06:47 AM (11 years ago)
- Location:
- simple-wp-testimonials/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
shortcode.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-wp-testimonials/trunk/readme.txt
r1132659 r1132669 60 60 == Screenshots == 61 61 62 62 1. Add the Testimonials Page. 63 2. Admin List of Testimonials. 64 3. Frontend Testimonials List. 63 65 64 66 == Changelog == -
simple-wp-testimonials/trunk/shortcode.php
r1132647 r1132669 10 10 11 11 $output = ''; 12 $output .= $video;13 12 $argsquery = array( 14 13 'post_type' => 'testimonial-post',
Note: See TracChangeset
for help on using the changeset viewer.