Plugin Directory

Changeset 869499


Ignore:
Timestamp:
03/04/2014 08:33:42 PM (12 years ago)
Author:
TouchCast
Message:

Updating for VIP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • touchcast-embed/tags/1.0.1/ui/ui.php

    r869466 r869499  
    88
    99// function to echo out our script to call js
    10 function show_touchcast( $url, $autoplay, $autoforward, $dimension ) {
     10function touchcast_show_touchcast( $url, $autoplay, $autoforward, $dimension ) {
    1111    if ( $url == '' ) {
    1212        $url = '';
     
    3737   
    3838    return $out;
    39 } //end of function show_touchcast
     39} //end of function touchcast_show_touchcast
    4040
    4141//create shortcode
     
    5555function touchcast_display( $url, $autoplay, $autoforward, $dimension ) {
    5656   
    57     $touchcast_code = show_touchcast( $url, $autoplay, $autoforward, $dimension );
     57    $touchcast_code = touchcast_show_touchcast( $url, $autoplay, $autoforward, $dimension );
    5858   
    5959    return $touchcast_code;
Note: See TracChangeset for help on using the changeset viewer.