Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#45500 closed enhancement (fixed)

@global tag is not present in function get_month_choices().

Reported by: utsav72640 Owned by: pento
Priority: normal Milestone: 5.1
Component: Customize Version: 4.9.1
Severity: normal Keywords: has-patch
Cc: Focuses: docs

Description

There is a function get_month_choices() which is having global $wp_locale but not in the comment.

Attachments (1)

class-wp-customize-date-time-control.php.patch (484 bytes ) - added by utsav72640 8 years ago.
wp-includes\customize\class-wp-customize-date-time-control.php

Download all attachments as: .zip

Change History (5)

@utsav72640
8 years ago

wp-includes\customize\class-wp-customize-date-time-control.php

#1 @ocean90
8 years ago

  • Component I18NCustomize
  • Focuses docs added
  • Version 4.9.84.9.1

#2 @SergeyBiryukov
8 years ago

  • Milestone Awaiting Review5.1
  • Owner set to SergeyBiryukov
  • Status newreviewing

#3 @pento
8 years ago

  • Owner changed from SergeyBiryukov to pento
  • Status reviewingaccepted

#4 @pento
8 years ago

  • Resolutionfixed
  • Status acceptedclosed

In 44459:

Docs: Add a missing @global to the WP_Customize_Date_Time_Control::get_month_choices() docblock.

Props utsav72640.
Fixes #45500.

Note: See TracTickets for help on using tickets.