I18N: Remove JSON translations when deleting a theme or a plugin.

See #29860.
Fixes #45467.
Built from https://develop.svn.wordpress.org/trunk@44675


git-svn-id: http://core.svn.wordpress.org/trunk@44506 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling
2019-01-21 20:41:50 +00:00
parent 7daa39eb1d
commit 1c0849c2b2
3 changed files with 11 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-beta1-44674';
$wp_version = '5.1-beta1-44675';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.