Changeset 46232 for trunk/src/wp-includes/l10n.php
- Timestamp:
- 09/21/2019 05:40:58 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r45738 r46232 1054 1054 * @since 5.0.2 1055 1055 * 1056 * @param string|false $translations JSON-encoded translation data. Default null.1057 * @param string|false $file Path to the translation file to load. False if there isn't one.1058 * @param string $handle Name of the script to register a translation domain to.1059 * @param string $domain The text domain.1056 * @param string|false|null $translations JSON-encoded translation data. Default null. 1057 * @param string|false $file Path to the translation file to load. False if there isn't one. 1058 * @param string $handle Name of the script to register a translation domain to. 1059 * @param string $domain The text domain. 1060 1060 */ 1061 1061 $translations = apply_filters( 'pre_load_script_translations', null, $file, $handle, $domain );
Note: See TracChangeset
for help on using the changeset viewer.