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
This commit is contained in:
parent
c9a11ae9f2
commit
ee0335e930
|
@ -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) */
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue