Opened 3 years ago
Closed 3 years ago
#11807 closed defect (bug) (fixed)
MS Deprecated Functions
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | General | Version: | 3.0 |
| Severity: | normal | Keywords: | deprecated has-patch |
| Cc: | jeff@… |
Description
MS brought in a few deprecated functions, and there were a couple others already.
Not including for now all the calls to is_site_admin() until is_super_admin() settles down.
Attachments (1)
Change History (6)
comment:4
jfarthing84 — 3 years ago
- Cc jeff@… added
- Resolution fixed deleted
- Status changed from closed to reopened
13781 produces a warning when visiting a post within the "Uncategorized" category (possily others, haven't tested).
Specifically:
Warning: in_array() [function.in-array]: Wrong datatype for first argument in E:\wordpress-trunk\wp-includes\canonical.php on line 170
Note: See
TracTickets for help on using
tickets.

(In [12878]) Don't use deprecated functions. Props filosofo. fixes #11807