Hola, quiero saber si alguien me puede ayudar con un error que me sale en un theme para wordpress. Me sale este error:
Parse error: syntax error, unexpected $end in .....\functions.php on line 538
la linea 538 es la ultima.
Aqui esta el archivo PHP.
Código PHP:
<br />
<?php edit_comment_link(__('(Edit)'),' ','') ?>
</div>
</div>
</div>
<div class="single_comment">
<?php
if ( $depth == 1 ) { ?>
<img src="<?php bloginfo('template_directory'); ?>/images/comment_arrow.png" class="comment-arrow" />
<?php } ?>
<?php if ($comment->comment_approved == '0') : ?>
<div class="moderation"><em><?php _e('Your comment is awaiting moderation.') ?></em></div>
<?php endif; ?>
<br />
<?php comment_text() ?>
<span class="reply">
<?php comment_reply_link(array_merge( $args, array('depth' => $depth, 'max_depth' => $args['max_depth']))) ?>
</span>
</div>
<br clear="all" />
</div>
<?php } ?>
Pegue solo el final porque el codigo es muy largo, y la linea n° 538 es la ultima
Gracias