#43225 closed enhancement (fixed)
feed_links and feed_links_extra should have filters
| Reported by: | topdownjimmy | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.7 |
| Component: | Feeds | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | template |
Description
There ought to be a way to modify the way feed links are displayed by the feed_links function. Currently there is, for instance, no way to change the separator from » to something else.
Attachments (4)
Change History (13)
#1
@
8 years ago
- Summary feed_links should have filter → feed_links and feed_links_extra should have filters
#3
@
8 years ago
Yes, new filters need to be documented as per the documentation standards.
This ticket was mentioned in PR #7100 on WordPress/wordpress-develop by @tw2113.
2 years ago
#5
This code change updates original changes from the trac ticket below, to match the current code from WordPress Trunk. Everything should match what the original patch submitter added, with the exception of a touch of extra punctuation with the PHPDoc block and the version. Once the PR is ready to be accepted, I can update the NEXT value for the accepted release version.
Trac ticket: See https://core.trac.wordpress.org/ticket/43225
#6
@
2 years ago
- Keywords needs-docs removed
Issued a PR on Github to refresh @topdownjimmy's original work.
@SergeyBiryukov commented on PR #7100:
2 years ago
#9
Thanks for the PR! Merged in r58821.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Could a comment be added above the filters to indicate that they are new?