From d6cac0502c00bdb11f463da7b00054a7b14a24a6 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 22 Aug 2013 22:07:08 +0000 Subject: [PATCH] i18n Tools: Update the default msgid-bugs-address. see #21444. git-svn-id: https://develop.svn.wordpress.org/trunk@25096 602fd350-edb4-49c9-b593-d223f7449a82 --- tools/i18n/makepot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/i18n/makepot.php b/tools/i18n/makepot.php index 65c706d58f..d5a522fb65 100644 --- a/tools/i18n/makepot.php +++ b/tools/i18n/makepot.php @@ -59,7 +59,7 @@ class MakePOT { var $meta = array( 'default' => array( 'from-code' => 'utf-8', - 'msgid-bugs-address' => 'http://wppolyglots.wordpress.com', + 'msgid-bugs-address' => 'http://make.wordpress.org/polyglots', 'language' => 'php', 'add-comments' => 'translators', 'comments' => "Copyright (C) {year} {package-name}\nThis file is distributed under the same license as the {package-name} package.",