解析错误:语法错误,意外'='(无法弄清哪一个)

ale*_*nco 1 php

这是一行:

<a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) );  rel="bookmark"?>" ><?php the_title(); ?></a>
Run Code Online (Sandbox Code Playgroud)

我检查了,我看不出问题.

Aar*_* W. 5

<a href="<?php the_permalink(); ?>" 
    title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ); ?>"
    rel="bookmark">
<?php the_title(); ?>
</a>
Run Code Online (Sandbox Code Playgroud)