Make WordPress Core

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#41243 closed defect (bug) (fixed)

Document $wp_widget_factory global in WP_Customize_Widgets::get_selective_refreshable_widgets()

Reported by: jankimoradiya's profile jankimoradiya Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.9 Priority: normal
Severity: normal Version:
Component: Customize Keywords:
Focuses: docs Cc:

Description

global WP_Widget_Factory is used in get_selective_refreshable_widgets() function but it is not mentioned in the documentation of the function.

Attachments (1)

41243.patch (473 bytes) - added by jankimoradiya 8 years ago.
global WP_Widget_Factory is used in get_selective_refreshable_widgets() function but it is not mentioned in the documentation of the function.

Download all attachments as: .zip

Change History (4)

@jankimoradiya
8 years ago

global WP_Widget_Factory is used in get_selective_refreshable_widgets() function but it is not mentioned in the documentation of the function.

#1 @SergeyBiryukov
8 years ago

  • Component changed from General to Customize
  • Milestone changed from Awaiting Review to 4.9

#2 @SergeyBiryukov
8 years ago

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

In 41002:

Docs: Add a @global entry for $wp_widget_factory in WP_Customize_Widgets::get_selective_refreshable_widgets().

Props jankimoradiya.
Fixes #41243.

#3 @SergeyBiryukov
8 years ago

  • Summary changed from Needs documentation improvement... to Document $wp_widget_factory global in WP_Customize_Widgets::get_selective_refreshable_widgets()
Note: See TracTickets for help on using tickets.