Quantcast
Viewing all articles
Browse latest Browse all 9614

Re: Empty spaces inside photo's description textfield.

Open include/picmgmt.inc.php, find
Code: [Select]
                $title = (isset($iptc['Headline'])) ? $iptc['Headline'] : $title;
                $caption = (isset($iptc['Caption'])) ? $iptc['Caption'] : $caption;
and replace with
[code]      ...

Viewing all articles
Browse latest Browse all 9614

Trending Articles