Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 6 months ago

#6972 closed defect (bug) (fixed)

Spacing for RSS Widget date display

Reported by: mtdewvirus's profile MtDewVirus Owned by:
Milestone: 2.6 Priority: normal
Severity: normal Version: 2.5.1
Component: General Keywords: has-patch
Focuses: Cc:

Description

When using the RSS Widget if "Display item date?" is checked, the date output is in the form:

<a class='rsswidget' href='http://domain.com/link/' title=>feed item title</a><span class="rss-date">May 8, 2008</span>

There should be a space between the title and the date.

Attachments (1)

6972.diff (498 bytes) - added by MtDewVirus 17 years ago.

Download all attachments as: .zip

Change History (6)

@MtDewVirus
17 years ago

#1 @ryan
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [7968]) Add space. Props MtDewVirus. fixes #6972

This ticket was mentioned in PR #7046 on WordPress/wordpress-develop by @jonsurrell.


6 months ago
#2

  • Add contains method to open elements
  • Add at method to open elements
  • Add some tag handling from #6972
  • Add insert_marker method
  • Add clear_up_to_last_marker method to active formatting
  • implement most of in_head parsing
  • Implement step_in_template

Trac ticket:

@jonsurrell commented on PR #7046:


6 months ago
#3

was step_in_head() supposed to be in this PR?

TEMPLATE required parsing following the rules for "in head". I knew that there were other PRs implementing that, so I tried to do just enough for TEMPLATE.

@jonsurrell commented on PR #7046:


6 months ago
#4

I've done a careful review. This looks good to me, thanks for your additions @dmsnell 👍

Note: See TracTickets for help on using tickets.