Opened 8 years ago
Closed 7 years ago
#46437 closed enhancement (fixed)
Add populate_site_meta in populate_site_meta function
| Reported by: | spacedmonkey | Owned by: | desrosj |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.2 |
| Component: | Networks and Sites | Version: | 5.1 |
| Severity: | normal | Keywords: | good-first-bug has-patch commit |
| Cc: | Focuses: | multisite |
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
@
8 years ago
- Keywords dev-feedback added
Sorry ! My mistake. patch 46437.diff by @davidbaumwald is perfect.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I see the attached patch 46437.diff
by @davidbaumwald
I think this code update is not related to this ticket.