Make WordPress Core

Changeset 25492


Ignore:
Timestamp:
09/19/2013 04:12:25 AM (13 years ago)
Author:
DrewAPicture
Message:

Add missing $path parameter phpdoc for load_theme_textdomain().

see #16750.

File:
1 edited

Legend:

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

    r25458 r25492  
    515515 *
    516516 * @param string $domain Unique identifier for retrieving translated strings.
     517 * @param string $path   Optional. Path to the directory containing the .mo file.
     518 *                       Default false.
    517519 * @return bool True when textdomain is successfully loaded, false otherwise.
    518520 */
Note: See TracChangeset for help on using the changeset viewer.