Make WordPress Core


Ignore:
Timestamp:
03/11/2018 04:43:59 PM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Use the actual placeholder instead of a number in translator comments if the corresponding string does not use numbered placeholders.

Add missing translator comments in WP_Theme_Install_List_Table and wp_notify_postauthor().
Add missing commas in some translator comments.

Fixes #43523.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r42791 r42827  
    955955            } elseif ( isset( $_POST['testcookie'] ) && empty( $_COOKIE[ TEST_COOKIE ] ) ) {
    956956                // If cookies are disabled we can't log in even with a valid user+pass
    957                 /* translators: 1: Browser cookie documentation URL */
     957                /* translators: %s: Browser cookie documentation URL */
    958958                $user = new WP_Error(
    959959                    'test_cookie', sprintf(
Note: See TracChangeset for help on using the changeset viewer.