From 008c1f7e60c6a4d64dd817bccf0ed9d258b82e92 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 6 Jan 2017 22:11:16 +0000 Subject: [PATCH] Docs: Correct `@access` entries for `WP_Locale::init()` and `WP_Locale::register_globals()`. Props keesiemeijer. Fixes #39504. Built from https://develop.svn.wordpress.org/trunk@39737 git-svn-id: http://core.svn.wordpress.org/trunk@39677 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-locale.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/class-wp-locale.php b/wp-includes/class-wp-locale.php index 2cc6afaa00..82c4953a8f 100644 --- a/wp-includes/class-wp-locale.php +++ b/wp-includes/class-wp-locale.php @@ -122,7 +122,7 @@ class WP_Locale { * specific calendar names and text direction. * * @since 2.1.0 - * @access private + * @access public * * @global string $text_direction */ @@ -356,7 +356,7 @@ class WP_Locale { * For backward compatibility only. * * @deprecated For backward compatibility only. - * @access private + * @access public * * @global array $weekday * @global array $weekday_initial diff --git a/wp-includes/version.php b/wp-includes/version.php index 169db6cf7a..61fe99a37f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39736'; +$wp_version = '4.8-alpha-39737'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.