error editing bp-blogs-templatetags.php
-
In bp-blogs-templates I want to change the line
“By filling out the form below, you can add a blog to your account. There is no limit to the number of blogs you can have, so create to your heart’s content, but blog responsibly.”
But I get this error
Fatal error: Cannot redeclare bp_rewind_blogs() (previously declared in /home2/mydomain/public_html/wp-content/plugins/bp-custom.php:104) in /home2/mydomain/public_html/wp-content/plugins/buddypress/bp-blogs/bp-blogs-templatetags.php on line 107
I am placing the entire bp-blogs-templates code into plugins/bp-functions.php because I am not sure what portion to add.
Here is the actual line 340 in bp-blogs-templates below that I want to edit
?php printf(__(“By filling out the form below, you can add a blog to your account. There is no limit to the number of blogs you can have, so create to your heart’s content, but blog responsibly.”, ‘buddypress’), $current_user->display_name) ?
Can I get help on how to do it?
Thanks
Dave
- The topic ‘error editing bp-blogs-templatetags.php’ is closed to new replies.