mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user