Opened 17 years ago
Closed 17 years ago
#9291 closed defect (bug) (fixed)
feed_links_extra() DRY
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.8 | Priority: | normal |
| Severity: | normal | Version: | 2.8 |
| Component: | Feeds | Keywords: | has-patch |
| Focuses: | Cc: |
Description
The feed_links_extra() template tag is a nice addition, but it's coding currently breaks the DRY principle (Don't Repeat Yourself).
This patch separates the varibles so that the output format is only written once.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [10741]) feed_links_extra() DRY, props scribu, fixes #9291