Help! With functions.php
-
Hi
I desperately need help considering my site is down…
I am currently seeing:
Parse error: syntax error, unexpected ‘[‘ /public_html/wp-content/themes/my-site/functions.php on line 291
Here is my line 291:
<div class=”art-PostContent”>
<div class=”comment-author vcard”>
Line 291 = <?php echo get_avatar($comment,$size=’48’,$default='<path_to_url>’ ); ?>
<?php printf(__(‘<cite class=”fn”>%s</cite> <span class=”says”>says:</span>’), get_comment_author_link()) ?>
</div>
<?php if ($comment->comment_approved == ‘0’) : ?>
<?php _e(‘Your comment is awaiting moderation.’) ?><?php endif; ?>
What is wrong with this code????
-
You did not specify a blog address or reason for posting when you created this topic.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
-
- The topic ‘Help! With functions.php’ is closed to new replies.