Opened 7 years ago
Closed 7 years ago
#46437 closed enhancement (fixed)
Add populate_site_meta in populate_site_meta function
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.2 | Priority: | normal |
| Severity: | normal | Version: | 5.1 |
| Component: | Networks and Sites | Keywords: | good-first-bug has-patch commit |
| Focuses: | multisite | Cc: |
Description
The function populate_site_meta is very similar to populate_network_meta. The function populate_network_meta has this filter.
$sitemeta = apply_filters( 'populate_network_meta', $sitemeta, $network_id );
The populate_site_meta should have a populate_site_meta filter.
Attachments (1)
Change History (6)
#2
@
7 years ago
- Keywords dev-feedback added
Sorry ! My mistake. patch 46437.diff by @davidbaumwald is perfect.
#4
@
7 years ago
- Component changed from General to Networks and Sites
- Keywords commit added; dev-feedback removed
- Milestone changed from Awaiting Review to 5.2
- Type changed from defect (bug) to enhancement
This looks good to commit. Good work on the patch @davidbaumwald
Added to 5.2 milestone in hope it is committed.
Note: See
TracTickets for help on using
tickets.
I see the attached patch 46437.diff
by @davidbaumwald
I think this code update is not related to this ticket.