Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#32859 closed defect (bug) (fixed)

Site icon deleted when changing site description

Reported by: pavelevap's profile pavelevap Owned by: ocean90's profile ocean90
Milestone: 4.3 Priority: high
Severity: normal Version: 4.3
Component: General Keywords: needs-patch
Focuses: Cc:

Description

Steps to reproduce:

  • Set up site icon
  • Go to Dashboard
  • Go back to settings and change site description
  • Click "Save changes" button.
  • Site icon is gone :-(

Change History (5)

#1 @kraftbj
9 years ago

  • Keywords needs-patch added

Duplicate with any save action on Settings->General

#2 @ocean90
9 years ago

  • Milestone changed from Awaiting Review to 4.3
  • Priority changed from normal to high

Should get fixed before beta 1.

#3 @kraftbj
9 years ago

the site_icon option in the db is being reset to 0, still present. Still looking.

#4 @jipmoors
9 years ago

Fixed in #16434 latest patch (13)

#5 @ocean90
9 years ago

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

In 33037:

Site icon: Remove option name from $whitelist_options for the general options screen.

The option gets saved in WP_Site_Icon->set_site_icon().

fixes #32859.

Note: See TracTickets for help on using tickets.