Problem when editing copyright info on class-footer-footer_main.php
-
Hi there,
Please, I am looking for some help/advise about the footer info on class-footer-footer_main.php. I was trying to edit it in order to change some info but intead the site is not working anymore.
I tried to leave the code as the original, however it might content some error because I can’t update the editor changes and the site is no accesible. Right now the code looks like below:
`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 <a href=”%2$s” title=”%3$s” rel=”bookmark”>%3$s</a> · Desined by %4$s ·</p>’,
esc_attr( date( ‘Y’ ) ),
esc_url( home_url() ),
esc_attr(get_bloginfo()),
‘<a href=”‘.TC_WEBSITE.'”>Themes & Co</a>’
)
)
);
}`Any idea?
Thanks so much!
- The topic ‘Problem when editing copyright info on class-footer-footer_main.php’ is closed to new replies.