Make WordPress Core

Changes between Version 4 and Version 5 of Ticket #49132


Ignore:
Timestamp:
01/05/2020 11:05:09 AM (5 years ago)
Author:
audrasjb
Comment:

Removing references to Themes in this ticket as there is nothing similar to validate_active_plugins to perform the theme translation files removal.

Theme translation files removal should be handled in another dedicated ticket as it would include further investigation on themes deactivation/removal actions.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49132

    • Property Summary changed from Remove translation files when a plugin or a theme no longer exists to Remove translation files when a plugin no longer exists
  • Ticket #49132 – Description

    v4 v5  
    1 That would be nice to remove existing translation files when a plugin or a theme is manually deleted (by FTP or whatever).
     1That would be nice to remove existing translation files when a plugin is manually deleted (by FTP or whatever).
    22
    3 Themes/plugins translation files are already removed when the theme/plugin is deleted with WordPress Admin, but still exist when the theme/plugin are manually deleted by FTP or so.
     3Plugins translation files are already removed when the plugin is deleted with WordPress Admin, but still exist when the plugin is manually deleted by FTP or so.
    44
    55To reproduce the issue:
     
    1111If you delete the plugin with WP Admin Plugins screen, the translation files are actually deleted.
    1212
    13 ''Thanks @wpchannel who indirectly raised the issue in WP French Slack team and @sebastienserre for his ideas.''
     13''Thanks @wpchannel who indirectly raised the issue in WP French Slack team and @sebastienserre for his contribution.''