Opened 17 years ago
Closed 16 years ago
#11794 closed enhancement (fixed)
Add the_feed_link()
| Reported by: | sirzooro | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Template | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
This new function can simplify theme creation a bit. It also introduces new filter the_feed_link - it can be used to modify displayed link, e.g. add 'rel="nofollow"' (I am especially interested in this).
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [13557]) Add the_feed_link(). fixes #11794, props sirzooro.