Ticket #43304: 43304.1.patch
File 43304.1.patch, 806 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/l10n.php
720 720 * @since 4.6.0 The function now tries to load the .mo file from the languages directory first. 721 721 * 722 722 * @param string $domain Unique identifier for retrieving translated strings 723 * @param string $deprecated Optional. Use the $plugin_rel_path parameter instead. Default false.723 * @param bool $deprecated Optional. Deprecated. Default false. 724 724 * @param string $plugin_rel_path Optional. Relative path to WP_PLUGIN_DIR where the .mo file resides. 725 725 * Default false. 726 726 * @return bool True when textdomain is successfully loaded, false otherwise.