Make WordPress Core


Ignore:
Timestamp:
01/20/2020 03:41:50 PM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Add missing placeholders to some translators comments in wp-admin.

Props ramiy.
Fixes #49248.

File:
1 edited

Legend:

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

    r46791 r47093  
    531531if ( ! current_theme_supports( 'menus' ) && ! $num_locations ) {
    532532    $messages[] = '<div id="message" class="updated"><p>' . sprintf(
    533         /* translators: URL to Widgets screen. */
     533        /* translators: %s: URL to Widgets screen. */
    534534        __( 'Your theme does not natively support menus, but you can use them in sidebars by adding a &#8220;Navigation Menu&#8221; widget on the <a href="%s">Widgets</a> screen.' ),
    535535        admin_url( 'widgets.php' )
Note: See TracChangeset for help on using the changeset viewer.