Make WordPress Core

Changeset 33448


Ignore:
Timestamp:
07/27/2015 07:37:13 PM (11 years ago)
Author:
ocean90
Message:

i18n tools: Use https for msgid-bugs-address URLs.

File:
1 edited

Legend:

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

    r31319 r33448  
    6161                'default' => array(
    6262                        'from-code' => 'utf-8',
    63                         'msgid-bugs-address' => 'http://make.wordpress.org/polyglots',
     63                        'msgid-bugs-address' => 'https://make.wordpress.org/polyglots/',
    6464                        'language' => 'php',
    6565                        'add-comments' => 'translators',
     
    110110                'wp-plugin' => array(
    111111                        'description' => 'Translation of the WordPress plugin {name} {version} by {author}',
    112                         'msgid-bugs-address' => 'http://wordpress.org/support/plugin/{slug}',
     112                        'msgid-bugs-address' => 'https://wordpress.org/support/plugin/{slug}',
    113113                        'copyright-holder' => '{author}',
    114114                        'package-name' => '{name}',
     
    117117                'wp-theme' => array(
    118118                        'description' => 'Translation of the WordPress theme {name} {version} by {author}',
    119                         'msgid-bugs-address' => 'http://wordpress.org/support/theme/{slug}',
     119                        'msgid-bugs-address' => 'https://wordpress.org/support/theme/{slug}',
    120120                        'copyright-holder' => '{author}',
    121121                        'package-name' => '{name}',
Note: See TracChangeset for help on using the changeset viewer.