Changeset 10092 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin.php
- Timestamp:
- 07/23/2020 04:04:24 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin.php
r10091 r10092 228 228 $result['language_pack'] = []; 229 229 if ( defined ( 'API_WPORGPATH' ) && file_exists( API_WPORGPATH . '/translations/lib.php' ) ) { 230 require API_WPORGPATH . '/translations/lib.php';230 require_once API_WPORGPATH . '/translations/lib.php'; 231 231 232 232 $result['language_pack'] = find_all_translations_for_type_and_domain(
Note: See TracChangeset
for help on using the changeset viewer.