Active
Project:
Node Ownership
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Oct 2011 at 07:28 UTC
Updated:
3 May 2016 at 13:57 UTC
Jump to comment: Most recent
For some reason, the nodeownership link "Claim This... " appears in my RSS feed causing many 403 errors in webmaster tools.
I managed to get rid of this error by adding some code right after line 202.
case 'rss_item':
{
break;
}
I'm not familiar with making patches.
Correct me if I'm wrong and Thanks for this wonderful module.
Comments
Comment #1
gauravkumar87 commentedComment #2
gauravkumar87 commentedThere is in fact no reason for this to appear in the RSS feed. Changing category to 'bug report'.
Gaurav
Comment #3
Sonal.Sangale commented