From d4b779fd4712db95575d0b7f8db0204a2b734c9b Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 16 Dec 2015 18:07:29 +0000 Subject: [PATCH] Docs: Add a missing summary to the DocBlock for `WP_Locale::rtl_src_admin_notice()`. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@35967 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/locale.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wp-includes/locale.php b/src/wp-includes/locale.php index 622619551b..cfca86e8a1 100644 --- a/src/wp-includes/locale.php +++ b/src/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) */