[Plugin: Podcasting] Download link text URL is not valid for video posts
-
The download link text (set in Settings to be above/below player) for video posts is not valid.
I’m using Podcasting 2.0b16 and I found that line 1412 is doing a
urlencode()
of$content
. It’s in the// Flash vars
section of thepodcasting_shortcode()
function, but nothing uses$content
until the text links get built. Also posts of mp3 format do not urlencode$content
, so I think this is leftover code, no?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Podcasting] Download link text URL is not valid for video posts’ is closed to new replies.