Opened 16 years ago
Closed 15 years ago
#6432 closed defect (bug) (invalid)
Incoming links => " Display item date?" doesnt work
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.5 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
On the default feed of Google Blogsearch, the " Display item date?" doesnt work.
The feed's structure is as such:
array 'title' => string '......' (length=64) 'link' => string 'http://URRRRLLL' (length=100) 'description' => string '........' (length=224) 'dc' => array 'publisher' => string 'Website Name' (length=17) 'creator' => string 'Johny' (length=6) 'date' => string '2008-03-18T16:03:52Z' (length=20) 'summary' => string 'Blah Blah Blah'
The date is not where WP expects it to be.
I'll attach a patch based on that.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
I'm not entirely sure why that was needed at all, So i've removed it in this patch.