Footer Edit – class-footer-footer edit
-
I updated my footer to remove the Themes and Co information and I keep getting an error but I cannot find the problem. I even tried to re-update the code with the original code. Can anyone help find the error and solve this problem
I get the following error
Parse error: syntax error, unexpected ‘)’ in /home/content/42/12000242/html/wp-content/themes/customizr/parts/class-footer-footer_main.php on line 176
My css looks like this:
/**
<?php tc__f( ‘tip’ , __FUNCTION__ , __CLASS__, __FILE__ ); ?>
<?php
$credits = sprintf( ‘<p> · © %1$s %3$s · Designed by %4$s ·</p>’,
esc_attr( date( ‘Y’ ) ),
esc_url( home_url() ),
esc_attr(get_bloginfo()),
‘Themes & Co‘
);
echo $credits;
?>*/Line 176 is made up only of this: ‘);’
- The topic ‘Footer Edit – class-footer-footer edit’ is closed to new replies.