Docs: Add missing descriptions and @return
tags for _WP_Editors::get_mce_locale()
and ::get_baseurl()
.
Props adnan.limdi. Fixes #41869. git-svn-id: https://develop.svn.wordpress.org/trunk@47023 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fa0feb0cff
commit
ae53e417d5
@ -1024,7 +1024,11 @@ final class _WP_Editors {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the TinyMCE locale.
|
||||
*
|
||||
* @since 4.8.0
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public static function get_mce_locale() {
|
||||
if ( empty( self::$mce_locale ) ) {
|
||||
@ -1036,7 +1040,11 @@ final class _WP_Editors {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the TinyMCE base URL.
|
||||
*
|
||||
* @since 4.8.0
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public static function get_baseurl() {
|
||||
if ( empty( self::$baseurl ) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user