Opened 16 years ago
Closed 16 years ago
#11769 closed defect (bug) (fixed)
useless calls to maybe_unserialize()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | 3.0 |
| Component: | Optimization | Keywords: | |
| Focuses: | multisite | Cc: |
Description
there are a couple of occurrences of maybe_unserialize( get_site_option()), which ought to be changed to a plain calls to get_site_option(). or am I missing something in the API?
Change History (2)
Note: See
TracTickets for help on using
tickets.
These are now gone as of [12930].