Make WordPress Core

Opened 16 years ago

Closed 15 years ago

#6432 closed defect (bug) (invalid)

Incoming links => " Display item date?" doesnt work

Reported by: dd32's profile DD32 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)

6432.diff (1.2 KB) - added by DD32 16 years ago.

Download all attachments as: .zip

Change History (3)

@DD32
16 years ago

#1 @DD32
16 years ago

if ( $show_author
$show_summary )

I'm not entirely sure why that was needed at all, So i've removed it in this patch.

#2 @DD32
15 years ago

  • Milestone 2.9 deleted
  • Resolution set to invalid
  • Status changed from new to closed

No longer applies to current dashboard

Note: See TracTickets for help on using tickets.