diff options
Diffstat (limited to 'wp-admin/includes/class-wp-screen.php')
-rw-r--r-- | wp-admin/includes/class-wp-screen.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-admin/includes/class-wp-screen.php b/wp-admin/includes/class-wp-screen.php index 67bceef..4bb5995 100644 --- a/wp-admin/includes/class-wp-screen.php +++ b/wp-admin/includes/class-wp-screen.php @@ -984,7 +984,7 @@ final class WP_Screen { } /** - * @global array $wp_meta_boxes + * @global array $wp_meta_boxes Global meta box state. * * @return bool */ @@ -1103,7 +1103,7 @@ final class WP_Screen { * * @since 4.4.0 * - * @global array $wp_meta_boxes + * @global array $wp_meta_boxes Global meta box state. */ public function render_meta_boxes_preferences() { global $wp_meta_boxes; |