Forums
(@salvatoregerace)
17 years, 11 months ago
Hi, I have fixed the problem replacing line 277:
return trailingslashit( get_option(‘siteurl’) ) . ‘wp-content/uploads/’ . $logo;
whit:
return trailingslashit( get_option(‘siteurl’) ) . get_option(‘upload_path’) . ‘/’ . $logo;