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.