Plugins: Introduce a singular and plural form for the plugin deletion error message.

Props eddhurst, SergeyBiryukov

Fixes #38918

Built from https://develop.svn.wordpress.org/trunk@41713


git-svn-id: http://core.svn.wordpress.org/trunk@41547 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2017-10-03 17:13:46 +00:00
parent 1e1a48aaa0
commit f4f31bc598
2 changed files with 12 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41712';
$wp_version = '4.9-alpha-41713';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.