- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-language-pack-upgrader.php
r45932 r47122 193 193 } 194 194 195 // Remove any existing upgrade filters from the plugin/theme upgraders #WP29425 & #WP29230 195 // Remove any existing upgrade filters from the plugin/theme upgraders #WP29425 & #WP29230. 196 196 remove_all_filters( 'upgrader_pre_install' ); 197 197 remove_all_filters( 'upgrader_clear_destination' ); … … 203 203 $this->skin->header(); 204 204 205 // Connect to the Filesystem first.205 // Connect to the filesystem first. 206 206 $res = $this->fs_connect( array( WP_CONTENT_DIR, WP_LANG_DIR ) ); 207 207 if ( ! $res ) { … … 370 370 switch ( $update->type ) { 371 371 case 'core': 372 return 'WordPress'; // Not translated 372 return 'WordPress'; // Not translated. 373 373 374 374 case 'theme':
Note: See TracChangeset
for help on using the changeset viewer.