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/site-health-info.php

    r45791 r45932  
    4949        <a href="<?php echo esc_url( admin_url( 'site-health.php' ) ); ?>" class="health-check-tab">
    5050            <?php
    51             /* translators: tab heading for Site Health Status page */
     51            /* translators: Tab heading for Site Health Status page. */
    5252            _ex( 'Status', 'Site Health' );
    5353            ?>
     
    5656        <a href="<?php echo esc_url( admin_url( 'site-health.php?tab=debug' ) ); ?>" class="health-check-tab active" aria-current="true">
    5757            <?php
    58             /* translators: tab heading for Site Health Info page */
     58            /* translators: Tab heading for Site Health Info page. */
    5959            _ex( 'Info', 'Site Health' );
    6060            ?>
     
    8484    <p>
    8585        <?php
    86             /* translators: %s: URL to Site Health Status page */
     86            /* translators: %s: URL to Site Health Status page. */
    8787            printf( __( 'This page can show you every detail about the configuration of your WordPress website. For any improvements that could be made, see the <a href="%s">Site Health Status</a> page.' ), esc_url( admin_url( 'site-health.php' ) ) );
    8888        ?>
Note: See TracChangeset for help on using the changeset viewer.