Changeset 49926 for trunk/src/wp-admin/includes/translation-install.php
- Timestamp:
- 01/03/2021 09:55:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/translation-install.php
r47929 r49926 30 30 * @since 4.0.0 31 31 * 32 * @param bool|array$result The result object. Default false.33 * @param string $type The type of translations being requested.34 * @param object $args Translation API arguments.32 * @param false|object $result The result object. Default false. 33 * @param string $type The type of translations being requested. 34 * @param object $args Translation API arguments. 35 35 */ 36 36 $res = apply_filters( 'translations_api', false, $type, $args );
Note: See TracChangeset
for help on using the changeset viewer.