Ticket #4264: #4264.diff
File #4264.diff, 725 bytes (added by , 6 years ago) |
---|
-
wordpress.tv/public_html/wp-content/themes/wptv2/functions.php
594 594 * Renders the video or a video thumbnail 595 595 * 596 596 * @global WP_Post $post 597 * @global $originalcontent597 * @global string $originalcontent 598 598 * 599 599 * @param bool $thumb 600 600 * @param bool $no_html … … 725 725 /** 726 726 * Removes shortcodes from $originalcontent global 727 727 * 728 * @global $originalcontent728 * @global string $originalcontent 729 729 * 730 730 * @param string $content 731 731 * @return mixed