Changeset 869499
- Timestamp:
- 03/04/2014 08:33:42 PM (12 years ago)
- File:
-
- 1 edited
-
touchcast-embed/tags/1.0.1/ui/ui.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
touchcast-embed/tags/1.0.1/ui/ui.php
r869466 r869499 8 8 9 9 // function to echo out our script to call js 10 function show_touchcast( $url, $autoplay, $autoforward, $dimension ) {10 function touchcast_show_touchcast( $url, $autoplay, $autoforward, $dimension ) { 11 11 if ( $url == '' ) { 12 12 $url = ''; … … 37 37 38 38 return $out; 39 } //end of function show_touchcast39 } //end of function touchcast_show_touchcast 40 40 41 41 //create shortcode … … 55 55 function touchcast_display( $url, $autoplay, $autoforward, $dimension ) { 56 56 57 $touchcast_code = show_touchcast( $url, $autoplay, $autoforward, $dimension );57 $touchcast_code = touchcast_show_touchcast( $url, $autoplay, $autoforward, $dimension ); 58 58 59 59 return $touchcast_code;
Note: See TracChangeset
for help on using the changeset viewer.