Changeset 41289 for trunk/src/wp-admin/network/settings.php
- Timestamp:
- 08/22/2017 11:51:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/settings.php
r41268 r41289 11 11 require_once( dirname( __FILE__ ) . '/admin.php' ); 12 12 13 /** WordPress Translation Install API */13 /** WordPress Translation Installation API */ 14 14 require_once( ABSPATH . 'wp-admin/includes/translation-install.php' ); 15 15 … … 63 63 ); 64 64 65 // Handle translation install .65 // Handle translation installation. 66 66 if ( ! empty( $_POST['WPLANG'] ) && current_user_can( 'install_languages' ) ) { 67 67 $language = wp_download_language_pack( $_POST['WPLANG'] );
Note: See TracChangeset
for help on using the changeset viewer.