[Plugin: WPFavicon] Bug in 1.0: admin favicon needs to be defined to display site favicon
-
There is an obvious bug in version 1.0.
Look at display/inc/site.php and see the following line:
<?php if(!empty($cwfav_options["admin_favicon"])): ?>
It should obviously be as below:
<?php if(!empty($cwfav_options["site_favicon"])): ?>
- The topic ‘[Plugin: WPFavicon] Bug in 1.0: admin favicon needs to be defined to display site favicon’ is closed to new replies.