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
This commit is contained in:
Drew Jaynes
2015-12-16 18:07:29 +00:00
parent 036f50b7d2
commit d4b779fd47

View File

@@ -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) */