From 781180125de606490e579569f2fc9dd38479c4ac Mon Sep 17 00:00:00 2001 From: Ramon Date: Fri, 21 Jul 2023 09:10:34 +1000 Subject: [PATCH] Update the private vars and methods to be protected so class entities that inherit from the base can use them. (#52748) --- ...ss-gutenberg-rest-global-styles-revisions-controller-6-3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compat/wordpress-6.3/class-gutenberg-rest-global-styles-revisions-controller-6-3.php b/lib/compat/wordpress-6.3/class-gutenberg-rest-global-styles-revisions-controller-6-3.php index e9c73a717d3d0d..d7bf8ed59ba8e7 100644 --- a/lib/compat/wordpress-6.3/class-gutenberg-rest-global-styles-revisions-controller-6-3.php +++ b/lib/compat/wordpress-6.3/class-gutenberg-rest-global-styles-revisions-controller-6-3.php @@ -29,7 +29,7 @@ class Gutenberg_REST_Global_Styles_Revisions_Controller_6_3 extends WP_REST_Cont * @since 6.3.0 * @var string */ - private $parent_base; + protected $parent_base; /** * Constructor.