Make WordPress Core


Ignore:
Timestamp:
08/22/2013 10:06:16 PM (13 years ago)
Author:
nacin
Message:

i18n Tools: Update msgid-bugs-address for plugins and themes in POT files.

props convissor, fixes #21444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/i18n/makepot.php

    r25003 r25095  
    109109                'wp-plugin' => array(
    110110                        'description' => 'Translation of the WordPress plugin {name} {version} by {author}',
    111                         'msgid-bugs-address' => 'http://wordpress.org/tag/{slug}',
     111                        'msgid-bugs-address' => 'http://wordpress.org/support/plugin/{slug}',
    112112                        'copyright-holder' => '{author}',
    113113                        'package-name' => '{name}',
     
    116116                'wp-theme' => array(
    117117                        'description' => 'Translation of the WordPress theme {name} {version} by {author}',
    118                         'msgid-bugs-address' => 'http://wordpress.org/tags/{slug}',
     118                        'msgid-bugs-address' => 'http://wordpress.org/support/theme/{slug}',
    119119                        'copyright-holder' => '{author}',
    120120                        'package-name' => '{name}',
Note: See TracChangeset for help on using the changeset viewer.