#34411 closed defect (bug) (fixed)
Make get_site_icon_url() filterable
Reported by: | swissspidy | Owned by: | swissspidy |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | Media | Keywords: | good-first-bug has-patch |
Focuses: | Cc: |
Description
[34903] introduces the new embeds feature, which displays the site icon in the bottom of the embed template.
In that template there's an embed_site_icon_url
hook to allow filtering the site icon URL. It probably makes more sense to have a general site_icon_url
filter in the get_site_icon_url()
.
See #32522
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
34411.diff removes the two filters in the embed template with 1 filter in
get_site_icon_url()
.Note that the docs for
embed_site_icon_url
were wrongly declared twice anyway.