From feeab7ef05fba94bb60dd6c12243bf12817f871e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 20 Jul 2017 11:48:45 +0000 Subject: [PATCH] Docs: Correct `@access` entry for `Custom_Image_Header::default_headers`. Props rushabh4486. Fixes #41378. Built from https://develop.svn.wordpress.org/trunk@41099 git-svn-id: http://core.svn.wordpress.org/trunk@40939 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/custom-header.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php index 0fb59ef115..25e265e21c 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -34,7 +34,7 @@ class Custom_Image_Header { * * @var array * @since 3.0.0 - * @access private + * @access public */ public $default_headers = array(); diff --git a/wp-includes/version.php b/wp-includes/version.php index 78b4142c9b..a8a73e5654 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41096'; +$wp_version = '4.9-alpha-41099'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.