#2944 closed defect (bug) (fixed)
Remove "catch_nonexistant_blogs" action
| Reported by: | r-a-y | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Core | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
catch_nonexistant_blogs() does not exist in WP 3.0 multisite's functions, so let's remove this hook in bp-core.php :)
Reference point:
http://trac.mu.wordpress.org/changeset/1636
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [3528]) Take out catch_nonexistant_blogs remove_action as it is no longer in WP. Fixes #2944, props r-a-y