Make WordPress Core

Changeset 31108


Ignore:
Timestamp:
01/09/2015 04:53:29 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Correct @return value for WP_Theme::load_textdomain() after [30681].

see #30224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-theme.php

    r30681 r31108  
    10341034     * @access public
    10351035     *
    1036      * @return bool If the textdomain was successfully loaded or has already been loaded. False if
    1037      *  no textdomain was specified in the file headers, or if the domain could not be loaded.
     1036     * @return bool True if the textdomain was successfully loaded or has already been loaded.
     1037     *  False if no textdomain was specified in the file headers, or if the domain could not be loaded.
    10381038     */
    10391039    public function load_textdomain() {
Note: See TracChangeset for help on using the changeset viewer.