Changeset 47207 for trunk/src/wp-admin/includes/translation-install.php
- Timestamp:
- 02/07/2020 07:14:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/translation-install.php
r47198 r47207 22 22 23 23 if ( ! in_array( $type, array( 'plugins', 'themes', 'core' ) ) ) { 24 return 24 return new WP_Error( 'invalid_type', __( 'Invalid translation type.' ) ); 25 25 } 26 26
Note: See TracChangeset
for help on using the changeset viewer.