Changeset 41885
- Timestamp:
- 10/16/2017 10:54:01 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/capabilities.php
r41800 r41885 433 433 case 'install_languages': 434 434 case 'update_languages': 435 if ( ! function_exists( 'request_filesystem_credentials' ) ) { 436 require_once( ABSPATH . 'wp-admin/includes/file.php' ); 437 } 438 435 439 if ( ! function_exists( 'wp_can_install_language_pack' ) ) { 436 440 require_once( ABSPATH . 'wp-admin/includes/translation-install.php' );
Note: See TracChangeset
for help on using the changeset viewer.