Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Old Version fixes and change logs (http://forum.bytesforall.com/forumdisplay.php?f=37)
-   -   PATCH 373-06: Remove '<p>...</p>' surrounding footer to prevent validation errors (http://forum.bytesforall.com/showthread.php?t=16903)

juggledad Mar 2, 2012 10:31 AM

PATCH 373-06: Remove '<p>...</p>' surrounding footer to prevent validation errors
 
If you run your site thru some of the validation sites and error will be displayed if a new widget area has been added to the footer because of the '<p>' and '</p>' that surrounds it. This patch will remove the '<p>' and '</p>'.

edit footer.php and change lines 95-97 from
HTML Code:

    <p>
    <?php echo bfa_footer(); ?>
    </p>

to
HTML Code:

    <?php echo bfa_footer(); ?>


All times are GMT -6. The time now is 12:18 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.