Created
March 27, 2025 13:26
-
-
Save drzraf/aaf2e49dad35c275deaef2ad4191d250 to your computer and use it in GitHub Desktop.
unbloat WPML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/vendor/otgs/installer/includes/class-wp-installer-channels.php b/vendor/otgs/installer/includes/class-wp-installer-channels.php | |
index 57a225f..6f88811 100644 | |
--- a/vendor/otgs/installer/includes/class-wp-installer-channels.php | |
+++ b/vendor/otgs/installer/includes/class-wp-installer-channels.php | |
@@ -234,6 +234,7 @@ class WP_Installer_Channels{ | |
unset ( $downloads[ $type ][ $slug ]['channels'] ); | |
$downloads[ $type ][ $slug ]['extra_channels'] = array(); | |
+ $downloads[ $type ][ $slug ]['changelog'] = ''; | |
if( isset( $download['channels'] ) ) { | |
foreach( $download['channels'] as $channel_id => $channel ){ | |
$downloads[ $type ][ $slug ]['extra_channels'][$channel_id] = array( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment