From ee0335e930961ddd0920aedda7c99554047720b6 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 16 Dec 2015 18:08:26 +0000 Subject: [PATCH] Docs: Add a missing summary to the DocBlock for `WP_Locale::rtl_src_admin_notice()`. See #32246. Built from https://develop.svn.wordpress.org/trunk@35967 git-svn-id: http://core.svn.wordpress.org/trunk@35932 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/locale.php | 3 +++ wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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.