#2944 closed defect (bug) (fixed)
Remove "catch_nonexistant_blogs" action
Reported by: | r-a-y | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | 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.
(In [3528]) Take out catch_nonexistant_blogs remove_action as it is no longer in WP. Fixes #2944, props r-a-y