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/bookmark.php

    r45926 r45932  
    320320    if ( $really_can_manage_links && current_user_can( 'install_plugins' ) ) {
    321321        $link = network_admin_url( 'plugin-install.php?tab=search&s=Link+Manager' );
    322         /* translators: %s: URL to install the Link Manager plugin */
     322        /* translators: %s: URL to install the Link Manager plugin. */
    323323        wp_die( sprintf( __( 'If you are looking to use the link manager, please install the <a href="%s">Link Manager</a> plugin.' ), $link ) );
    324324    }
Note: See TracChangeset for help on using the changeset viewer.