Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#45570 closed enhancement (fixed)

class WP_Customize_Nav_Menu_Locations_Control extends WP_Customize_Control is not in the comment @see WP_Customize_Control.

Reported by: utsav72640's profile utsav72640 Owned by: pento's profile pento
Milestone: 5.1 Priority: normal
Severity: normal Version: 4.9
Component: Customize Keywords: has-patch commit
Focuses: docs Cc:

Description

There is a class WP_Customize_Nav_Menu_Locations_Control extends WP_Customize_Control which is having global @see WP_Customize_Control but not in the comment.

Attachments (1)

class-wp-customize-nav-menu-locations-control.php.patch (542 bytes) - added by utsav72640 7 years ago.
wp-includes\customize\class-wp-customize-nav-menu-locations-control.php

Download all attachments as: .zip

Change History (6)

@utsav72640
7 years ago

wp-includes\customize\class-wp-customize-nav-menu-locations-control.php

#1 @dlh
7 years ago

  • Component changed from General to Customize
  • Focuses docs added
  • Version changed from 5.0 to 4.9

This ticket was mentioned in Slack in #core by utsav72640. View the logs.


7 years ago

#3 @SergeyBiryukov
7 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 5.1
  • Owner set to SergeyBiryukov
  • Status changed from new to reviewing

#4 @pento
7 years ago

  • Owner changed from SergeyBiryukov to pento
  • Status changed from reviewing to accepted

#5 @pento
7 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 44458:

Docs: Add a reference to WP_Customize_Control from the WP_Customize_Nav_Menu_Locations_Control docblock.

WP_Customize_Control is the parent class of WP_Customize_Nav_Menu_Locations_Control.

Props utsav72640.
Fixes #45570.

Note: See TracTickets for help on using tickets.