Function include error
-
Hey,
I changed this line in my theme:
<p><?php _e(‘Allowed markup:’); ?>
<?php allowed_markup(); ?>
.
<?php _e(‘You can also put code in between backtick ([…] ) characters.’); ?></p>to this line
<p><?php _e(‘Allowed markup:’); ?>
<?php allowed_markup(); ?>`. <?php _e(‘ ‘); ?></p>
And then I got this error on the forum:
Warning: include() [function.include]: Failed opening ” for inclusion (include_path=’.:/usr/share/php:/usr/share/pear’) in /domains/lijstblanco.nl/DEFAULT/bbpress/bb-includes/functions.bb-template.php on line 45
So I changed it back, but the error remains!
Any idea what to do now?
- You must be logged in to reply to this topic.