diff --git a/tools/i18n/makepot.php b/tools/i18n/makepot.php index 2c00e14de9..cdbcbf9f57 100644 --- a/tools/i18n/makepot.php +++ b/tools/i18n/makepot.php @@ -247,7 +247,7 @@ class MakePOT { return $this->wp_generic( $dir, array( 'project' => 'wp-frontend', 'output' => $output, 'includes' => array(), - 'excludes' => array( 'wp-admin/.*', 'wp-content/themes/.*' ), + 'excludes' => array( 'wp-admin/.*', 'wp-content/themes/.*', 'wp-includes/class-pop3\.php' ), 'default_output' => 'wordpress.pot', ) ); }