i18n Tools: Update msgid-bugs-address for plugins and themes in POT files.
props convissor, fixes #21444. git-svn-id: https://develop.svn.wordpress.org/trunk@25095 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f57bd31f2d
commit
790938d31b
@ -108,14 +108,14 @@ class MakePOT {
|
||||
),
|
||||
'wp-plugin' => array(
|
||||
'description' => 'Translation of the WordPress plugin {name} {version} by {author}',
|
||||
'msgid-bugs-address' => 'http://wordpress.org/tag/{slug}',
|
||||
'msgid-bugs-address' => 'http://wordpress.org/support/plugin/{slug}',
|
||||
'copyright-holder' => '{author}',
|
||||
'package-name' => '{name}',
|
||||
'package-version' => '{version}',
|
||||
),
|
||||
'wp-theme' => array(
|
||||
'description' => 'Translation of the WordPress theme {name} {version} by {author}',
|
||||
'msgid-bugs-address' => 'http://wordpress.org/tags/{slug}',
|
||||
'msgid-bugs-address' => 'http://wordpress.org/support/theme/{slug}',
|
||||
'copyright-holder' => '{author}',
|
||||
'package-name' => '{name}',
|
||||
'package-version' => '{version}',
|
||||
|
Loading…
x
Reference in New Issue
Block a user