Diff for a Wp 2.0 compatible plugin – Feedwordpress
-
Well, i’m not sure how much of a fix this is but it works for me. At least, I don’t get the errors anymore.
The file you need to edit is
wordpress/wp-content/plugins/feedwordpress.php
2364,2375c2364
< TRIM(LCASE(user_firstname)) = TRIM(LCASE('$author')) OR
< TRIM(LCASE(user_nickname)) = TRIM(LCASE('$author')) OR
< TRIM(LCASE(user_nicename)) = TRIM(LCASE('$nice_author')) OR
< TRIM(LCASE(user_description)) = TRIM(LCASE('$author')) OR
< (
< LOWER(user_description)
< RLIKE CONCAT(
< '(^|\n)a.k.a.( |\t)*:?( |\t)*',
< LCASE('$reg_author'),
< '( |\t|\r)*(\n|$)'
< )
< )
---
> TRIM(LCASE(user_nicename)) = TRIM(LCASE('$nice_author'))
2385,2386d2373
< user_firstname='$author',
< user_nickname='$author',
2388d2374
< user_description='$author',
- The topic ‘Diff for a Wp 2.0 compatible plugin – Feedwordpress’ is closed to new replies.