Making WordPress.org

Ticket #4264: #4264.diff

File #4264.diff, 725 bytes (added by immeet94, 6 years ago)

Please see this file for patch

  • wordpress.tv/public_html/wp-content/themes/wptv2/functions.php

     
    594594         * Renders the video or a video thumbnail
    595595         *
    596596         * @global WP_Post $post
    597          * @global $originalcontent
     597         * @global string  $originalcontent
    598598         *
    599599         * @param bool $thumb
    600600         * @param bool $no_html
     
    725725        /**
    726726         * Removes shortcodes from $originalcontent global
    727727         *
    728          * @global $originalcontent
     728         * @global string $originalcontent
    729729         *
    730730         * @param string $content
    731731         * @return mixed