i18n tools: Exclude wp-includes/class-pop3.php in wp_frontend().

The external library uses the underscore alias for the native gettext() function. Makepot extracts these strings too, which results in having 25 unused translations.

fixes #31179.
Built from https://develop.svn.wordpress.org/trunk@31315


git-svn-id: http://core.svn.wordpress.org/trunk@31296 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-01-31 20:28:23 +00:00
parent befce33421
commit 9d227201eb

View File

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