Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#37759 closed defect (bug) (fixed)

Outdated `WP_Customize_Manager::validate_setting_values()` docs

Reported by: dlh Owned by: westonruter
Priority: normal Milestone: 4.7
Component: Customize Version: 4.6
Severity: normal Keywords: has-patch commit
Cc: Focuses: docs

Description

After [37942], validation occurs before sanitization in WP_Customize_Manager::validate_setting_values(), but the method docs still mention the old order. The attached patch attempts to revise the docs.

Attachments (1)

37759.diff (1.2 KB ) - added by dlh 10 years ago.

Download all attachments as: .zip

Change History (4)

@dlh
10 years ago

#1 @swissspidy
10 years ago

  • Keywords has-patch added
  • Milestone Awaiting Review4.7

#2 @westonruter
10 years ago

  • Keywords commit added
  • Owner set to westonruter
  • Status newaccepted

Good catch.

#3 @westonruter
10 years ago

  • Resolutionfixed
  • Status acceptedclosed

In 38299:

Docs: Update outdated phpdoc for WP_Customize_Manager::validate_setting_values() to reflect changes in [37942].

Props dlh.
See #37247.
Fixes #37759.

Note: See TracTickets for help on using tickets.