- Timestamp:
- 11/29/2022 03:49:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-language-pack-upgrader.php
r53131 r54891 63 63 * Noted: this is not the ideal way to accomplish this. 64 64 */ 65 $check_vcs = new WP_Automatic_Updater ;65 $check_vcs = new WP_Automatic_Updater(); 66 66 if ( $check_vcs->is_vcs_checkout( WP_CONTENT_DIR ) ) { 67 67 return;
Note: See TracChangeset
for help on using the changeset viewer.