Fix parameter descriptions for two methods added to WP_Customize_Manager
in 4.3.
See [32658]. See #32891. git-svn-id: https://develop.svn.wordpress.org/trunk@33217 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
19629bda41
commit
06608b167b
@ -1009,8 +1009,9 @@ final class WP_Customize_Manager {
|
||||
* @since 4.3.0
|
||||
* @access public
|
||||
*
|
||||
* @param string $panel Name of a custom panel which is a subclass of
|
||||
* {@see WP_Customize_Panel}.
|
||||
* @see WP_Customize_Panel
|
||||
*
|
||||
* @param string $panel Name of a custom panel which is a subclass of WP_Customize_Panel.
|
||||
*/
|
||||
public function register_panel_type( $panel ) {
|
||||
$this->registered_panel_types[] = $panel;
|
||||
@ -1078,8 +1079,9 @@ final class WP_Customize_Manager {
|
||||
* @since 4.3.0
|
||||
* @access public
|
||||
*
|
||||
* @param string $section Name of a custom section which is a subclass of
|
||||
* {@see WP_Customize_Section}.
|
||||
* @see WP_Customize_Section
|
||||
*
|
||||
* @param string $section Name of a custom section which is a subclass of WP_Customize_Section.
|
||||
*/
|
||||
public function register_section_type( $section ) {
|
||||
$this->registered_section_types[] = $section;
|
||||
|
Loading…
x
Reference in New Issue
Block a user