#43225 closed enhancement (fixed)
feed_links and feed_links_extra should have filters
Reported by: | topdownjimmy | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 6.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Feeds | Keywords: | has-patch |
Focuses: | template | Cc: |
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
@
7 years ago
- Summary changed from feed_links should have filter to feed_links and feed_links_extra should have filters
#3
@
7 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.
3 months 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
@
3 months ago
- Keywords needs-docs removed
Issued a PR on Github to refresh @topdownjimmy's original work.
#7
@
3 months ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 58821:
@SergeyBiryukov commented on PR #7100:
3 months ago
#9
Thanks for the PR! Merged in r58821.
Could a comment be added above the filters to indicate that they are new?