Skip to content

Instantly share code, notes, and snippets.

@drzraf
Created March 27, 2025 13:26
Show Gist options
  • Save drzraf/aaf2e49dad35c275deaef2ad4191d250 to your computer and use it in GitHub Desktop.
Save drzraf/aaf2e49dad35c275deaef2ad4191d250 to your computer and use it in GitHub Desktop.
unbloat WPML
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