Make WordPress Core

Opened 11 years ago

Closed 10 years ago

#29157 closed defect (bug) (fixed)

Customizer documentation spike

Reported by: ericlewis's profile ericlewis Owned by:
Milestone: 4.0 Priority: normal
Severity: normal Version: 4.0
Component: Customize Keywords: has-patch
Focuses: javascript, docs Cc:

Description

Gonna document some Koop magic here.

Attachments (2)

29157.diff (9.5 KB) - added by ericlewis 11 years ago.
29157.2.diff (4.7 KB) - added by ericlewis 11 years ago.

Download all attachments as: .zip

Change History (9)

@ericlewis
11 years ago

#1 @ericlewis
11 years ago

  • Keywords has-patch added

In attachment:29157.diff,

add descriptions and JSDocs for a bunch of constructors/methods/functions in customize-loader.js and customize-base.js.

Move extend() to live in api.Class.extend for a straightforward code read; doesn't break anything because it's not available outside of the IIFE and was directly applied to api.Class.extend after its declaration.

#2 @ericlewis
11 years ago

  • Component changed from General to Customize

#3 @wonderboymusic
11 years ago

In 29450:

Add some docs to Customizer JS.

Props ericlewis.
See #29157.

@ericlewis
11 years ago

#4 @ericlewis
11 years ago

attachment:29157.2.diff is some minor constructor inheritance and clarification on server side code.

#5 @wonderboymusic
11 years ago

In 29451:

Add some docs to Customizer JS.

Props ericlewis.
See #29157.

#6 @DrewAPicture
11 years ago

  • Milestone changed from Awaiting Review to Future Release
  • Type changed from enhancement to defect (bug)

#7 @celloexpressions
10 years ago

  • Milestone changed from Future Release to 4.0
  • Resolution set to fixed
  • Status changed from new to closed
  • Version set to 4.0

All patches here were committed in 4.0, let's continue (much-needed) Customizer docs work in new tickets for 4.1.

Note: See TracTickets for help on using tickets.