From aed9a0d84ac6221675228bbbeed13a7a058c0776 Mon Sep 17 00:00:00 2001 From: Sam Najian Date: Thu, 11 May 2023 17:44:57 +0200 Subject: [PATCH] Remove the wrong docblock for `WP_Theme_JSON_Gutenberg::get_property_value` (#50527) --- lib/class-wp-theme-json-gutenberg.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/class-wp-theme-json-gutenberg.php b/lib/class-wp-theme-json-gutenberg.php index 6f72ef2c403ceb..dc9c25c8f90a5d 100644 --- a/lib/class-wp-theme-json-gutenberg.php +++ b/lib/class-wp-theme-json-gutenberg.php @@ -1928,10 +1928,6 @@ protected static function compute_style_properties( $styles, $settings = array() /** * Returns the style property for the given path. * - * It also converts CSS Custom Property stored as - * "var:preset|color|secondary" to the form - * "--wp--preset--color--secondary". - * * It also converts references to a path to the value * stored at that location, e.g. * { "ref": "style.color.background" } => "#fff".