#6972 closed defect (bug) (fixed)
Spacing for RSS Widget date display
| Reported by: | MtDewVirus | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | General | Version: | 2.5.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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)
Change History (6)
This ticket was mentioned in PR #7046 on WordPress/wordpress-develop by @jonsurrell.
2 years 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:
2 years 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:
2 years ago
#4
I've done a careful review. This looks good to me, thanks for your additions @dmsnell 👍
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [7968]) Add space. Props MtDewVirus. fixes #6972