diff --git a/wp-includes/locale.php b/wp-includes/locale.php index 622619551b..cfca86e8a1 100644 --- a/wp-includes/locale.php +++ b/wp-includes/locale.php @@ -218,7 +218,10 @@ class WP_Locale { } /** + * Outputs an admin notice if the /build directory must be used for RTL. + * * @since 3.8.0 + * @access public */ public function rtl_src_admin_notice() { /* translators: %s: Name of the directory (build) */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 51d1c4347b..b0d3d4a67d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35966'; +$wp_version = '4.5-alpha-35967'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.