Skip to content

Commit 665801c

Browse files
committed
Mark the classes as private
1 parent eb50ac5 commit 665801c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/wp-includes/class-wp-theme-json-resolver.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
/**
1010
* Class that abstracts the processing
1111
* of the different data sources.
12+
*
13+
* @access private
1214
*/
1315
class WP_Theme_JSON_Resolver {
1416

src/wp-includes/class-wp-theme-json.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
/**
99
* Class that encapsulates the processing of
1010
* structures that adhere to the theme.json spec.
11+
*
12+
* @access private
1113
*/
1214
class WP_Theme_JSON {
1315

0 commit comments

Comments
 (0)