#14763 closed defect (bug) (fixed)
Introduce is_blog_admin()
| Reported by: | ryan | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
To compliment is_network_admin(). Have is_admin() return true for any admin page, network or blog.
Change History (5)
#3
@
16 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [15558]) is_blog_admin(). fixes #14763