mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-05 07:58:35 +01:00
Correct @return value for WP_Theme::load_textdomain() after [30681].
see #30224. Built from https://develop.svn.wordpress.org/trunk@31108 git-svn-id: http://core.svn.wordpress.org/trunk@31089 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5ee3ff435d
commit
e24b443f50
@ -1033,8 +1033,8 @@ final class WP_Theme implements ArrayAccess {
|
|||||||
* @since 3.4.0
|
* @since 3.4.0
|
||||||
* @access public
|
* @access public
|
||||||
*
|
*
|
||||||
* @return bool If the textdomain was successfully loaded or has already been loaded. False if
|
* @return bool True if the textdomain was successfully loaded or has already been loaded.
|
||||||
* no textdomain was specified in the file headers, or if the domain could not be loaded.
|
* False if no textdomain was specified in the file headers, or if the domain could not be loaded.
|
||||||
*/
|
*/
|
||||||
public function load_textdomain() {
|
public function load_textdomain() {
|
||||||
if ( isset( $this->textdomain_loaded ) )
|
if ( isset( $this->textdomain_loaded ) )
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-alpha-31107';
|
$wp_version = '4.2-alpha-31108';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user