Parse error class- Footer- footer line 154
-
Hey
I was attempting to change the link in line 154 – but then got this error.
I had made a back-up of the file first – but when I attempt to re-enter the original text from wordpad – I still get the error.I also tried copy pasting from the original file in the zipfile.
What am I doing wrong?
It currently looks like this:
/**
* Footer Credits call back functions
* Can be filtered using the $site_credits, $tc_credits parameters
*
*
* @package Customizr
* @since Customizr 3.0.6
*/
function tc_colophon_center_block() {echo apply_filters(
‘tc_credits_display’,
sprintf(‘<div class=”%1$s”>%2$s</div>’,
apply_filters( ‘tc_colophon_center_block_class’, ‘span4 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‘
)
)
);
}
- The topic ‘Parse error class- Footer- footer line 154’ is closed to new replies.