diff -r 3d4e9c994f10 -r a86126ab1dd4 wp/wp-includes/customize/class-wp-customize-custom-css-setting.php --- a/wp/wp-includes/customize/class-wp-customize-custom-css-setting.php Tue Oct 22 16:11:46 2019 +0200 +++ b/wp/wp-includes/customize/class-wp-customize-custom-css-setting.php Tue Dec 15 13:49:49 2020 +0100 @@ -57,9 +57,9 @@ * * @throws Exception If the setting ID does not match the pattern `custom_css[$stylesheet]`. * - * @param WP_Customize_Manager $manager The Customize Manager class. - * @param string $id An specific ID of the setting. Can be a - * theme mod or option name. + * @param WP_Customize_Manager $manager Customizer bootstrap instance. + * @param string $id A specific ID of the setting. + * Can be a theme mod or option name. * @param array $args Setting arguments. */ public function __construct( $manager, $id, $args = array() ) { @@ -95,6 +95,7 @@ * This is used in the preview when `wp_get_custom_css()` is called for rendering the styles. * * @since 4.7.0 + * * @see wp_get_custom_css() * * @param string $css Original CSS. @@ -115,6 +116,7 @@ * Fetch the value of the setting. Will return the previewed value when `preview()` is called. * * @since 4.7.0 + * * @see WP_Customize_Setting::value() * * @return string