Make WordPress Core


Ignore:
Timestamp:
11/21/2016 01:21:01 AM (8 years ago)
Author:
johnbillion
Message:

I18n: Begin introducing translator comments for strings which include placeholders but no accompanying translator comment.

Adds context to one string used in two different contexts for the new user and new site signup email notification.

More to come.

See #38882

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/nav-menus.php

    r39098 r39323  
    519519if ( ! $locations_screen ) : // Main tab
    520520    $overview  = '<p>' . __( 'This screen is used for managing your custom navigation menus.' ) . '</p>';
     521    /* translators: 1: Widgets admin screen URL, 2 and 3: The name of the default themes */
    521522    $overview .= '<p>' . sprintf( __( 'Menus can be displayed in locations defined by your theme, even used in sidebars by adding a &#8220;Custom Menu&#8221; widget on the <a href="%1$s">Widgets</a> screen. If your theme does not support the custom menus feature (the default themes, %2$s and %3$s, do), you can learn about adding this support by following the Documentation link to the side.' ), admin_url( 'widgets.php' ), 'Twenty Sixteen', 'Twenty Seventeen' ) . '</p>';
    522523    $overview .= '<p>' . __( 'From this screen you can:' ) . '</p>';
Note: See TracChangeset for help on using the changeset viewer.