Wont work with wp 3.6 mu (fix inside)
-
Hi, ive run into some problems with my mu installation. the new favicon wont show up. ive digged through the code a little and found that the
$options[picon_url]
was empty.in the
function PIcon
ive replacedglobal $options;
with$options = get_option('picon_url_option');
it worked for me. could anyone who has actual knowledge in wordpress plugin pogramming confirm that what i did was right?regards
joschi
- The topic ‘Wont work with wp 3.6 mu (fix inside)’ is closed to new replies.