Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Capitalize translator comments consistently, add trailing punctuation.

Includes minor code layout fixes.

See #44360.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/translation-install.php

    r45583 r45932  
    6161            trigger_error(
    6262                sprintf(
    63                     /* translators: %s: support forums URL */
     63                    /* translators: %s: Support forums URL. */
    6464                    __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
    6565                    __( 'https://wordpress.org/support/forums/' )
     
    7575                'translations_api_failed',
    7676                sprintf(
    77                     /* translators: %s: support forums URL */
     77                    /* translators: %s: Support forums URL. */
    7878                    __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
    7979                    __( 'https://wordpress.org/support/forums/' )
     
    8787                    'translations_api_failed',
    8888                    sprintf(
    89                         /* translators: %s: support forums URL */
     89                        /* translators: %s: Support forums URL. */
    9090                        __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
    9191                        __( 'https://wordpress.org/support/forums/' )
Note: See TracChangeset for help on using the changeset viewer.