From efaab521f930742359d0180353cf31d0f6c9efce Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 5 Apr 2015 15:19:01 +0000 Subject: [PATCH] Add parameter and return descriptions for `WP_Customize_Widgets->get_setting_type()`. See [31370]. See #31888. git-svn-id: https://develop.svn.wordpress.org/trunk@32035 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-customize-widgets.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-includes/class-wp-customize-widgets.php b/src/wp-includes/class-wp-customize-widgets.php index ef40e2d340..42cc7ab583 100644 --- a/src/wp-includes/class-wp-customize-widgets.php +++ b/src/wp-includes/class-wp-customize-widgets.php @@ -105,10 +105,10 @@ final class WP_Customize_Widgets { * Get the widget setting type given a setting ID. * * @since 4.2.0 + * @access protected * - * @param $setting_id - * - * @return string|null + * @param $setting_id Setting ID. + * @return string|null Setting type. Null otherwise. */ protected function get_setting_type( $setting_id ) { static $cache = array();