Hola! Tu error se encuentra en las comillas... estás usando las equivocadas y eso produce el error. Reemplazá con esto:
Código HTML:
Ver original<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
?>
<footer id="colophon" role="contentinfo">
<p style="text-align:center">Copyright
© <?php echo date('Y');?> <?php bloginfo('name'); ?> Diseñado por
<a href="http://websolutionsmallorca.com" target="_blank">Diseño Web Mallorca
</a> </p>
<?php wp_footer(); ?>