Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#27295 closed defect (bug) (fixed)

Hook Docs (6): wp-includes/class-wp-customize-setting.php

Reported by: drewapicture's profile DrewAPicture Owned by: drewapicture's profile DrewAPicture
Milestone: 3.9 Priority: normal
Severity: normal Version:
Component: Customize Keywords: has-patch commit
Focuses: docs Cc:

Description

Attached patch documents the following hooks:

  • customize_sanitize_$this->id
  • customize_value_$this->id_data['base']
  • customize_sanitize_js_$this->id
  • customize_preview_$this->id
  • customize_save_$this->id_data['base']
  • customize_update_$this->type

Attachments (2)

27295.diff (3.2 KB) - added by DrewAPicture 12 years ago.
27295.2.diff (3.2 KB) - added by kpdesign 12 years ago.
Minor fix

Download all attachments as: .zip

Change History (4)

@DrewAPicture
12 years ago

#1 @DrewAPicture
12 years ago

  • Summary changed from Hook Docs (6): wp-includes/class-wp-customize_setting.php to Hook Docs (6): wp-includes/class-wp-customize-setting.php

@kpdesign
12 years ago

Minor fix

#2 @DrewAPicture
12 years ago

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

In 27432:

Inline documentation for hooks in wp-includes/class-wp-customize-setting.php.

Props kpdesign for the cleanup.
Fixes #27295

Note: See TracTickets for help on using tickets.