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:
Drew Jaynes 2015-12-16 18:08:26 +00:00
parent c9a11ae9f2
commit ee0335e930
2 changed files with 4 additions and 1 deletions

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

View File

@ -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.