Changeset 41289 for trunk/src/wp-admin/options.php
- Timestamp:
- 08/22/2017 11:51:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r41268 r41289 177 177 } 178 178 179 // Handle translation install .179 // Handle translation installation. 180 180 if ( ! empty( $_POST['WPLANG'] ) && current_user_can( 'install_languages' ) ) { 181 181 require_once( ABSPATH . 'wp-admin/includes/translation-install.php' );
Note: See TracChangeset
for help on using the changeset viewer.