#14763 closed defect (bug) (fixed)
Introduce is_blog_admin()
Reported by: | ryan | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
To compliment is_network_admin(). Have is_admin() return true for any admin page, network or blog.
Change History (5)
#3
@
14 years ago
In the code, we're quite consistent with "blog" meaning site, and "site" meaning network. Also, is_site_admin() already exists, it was MU's is_super_admin(). Using "site" here would be very confusing when working with the rest of the MU code that includes things like site_id and such.
Note: See
TracTickets for help on using
tickets.
(In [15558]) is_blog_admin(). fixes #14763