Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#11769 closed defect (bug) (fixed)

useless calls to maybe_unserialize()

Reported by: denis-de-bernardy's profile Denis-de-Bernardy 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)

#1 @nacin
15 years ago

  • Keywords multisite added

#2 @nacin
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

These are now gone as of [12930].

Note: See TracTickets for help on using tickets.