Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#41479 closed defect (bug) (fixed)

Document globals for _wp_customize_publish_changeset()

Reported by: sagarladani's profile sagarladani Owned by: drewapicture's profile DrewAPicture
Milestone: 4.9 Priority: normal
Severity: normal Version:
Component: Themes Keywords: has-patch
Focuses: docs Cc:

Description

@global wpdb $wpdb
@global WP_Customize_Manager $wp_customize

Attachments (1)

41479.patch (432 bytes) - added by sagarladani 7 years ago.
Fix doc patch added

Download all attachments as: .zip

Change History (4)

@sagarladani
7 years ago

Fix doc patch added

#1 @SergeyBiryukov
7 years ago

  • Component changed from General to Themes

#2 @DrewAPicture
7 years ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 4.9
  • Summary changed from Docs need improvement!! to Document globals for _wp_customize_publish_changeset()

Hi @sagarladani, welcome to Trac! In the future, it would be helpful if you could please use a more descriptive summary when you submit tickets on trac. I've gone ahead and updated the summary for you.

#3 @DrewAPicture
7 years ago

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

In 41192:

Docs: Document use of the $wpdb and $wp_customize globals in _wp_customize_publish_changeset().

Props sagarladani for the initial patch.
Fixes #41479.

Note: See TracTickets for help on using tickets.