Make WordPress Core


Ignore:
Timestamp:
11/30/2018 08:24:42 PM (6 years ago)
Author:
mcsf
Message:

Update sidebars_widgets to match Twenty Nineteen's single widget area

  • Also update the customizer tests to match it.

Props SergeyBiryukov, pento.

File:
1 edited

Legend:

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

    r42811 r43954  
    520520    $overview  = '<p>' . __( 'This screen is used for managing your navigation menus.' ) . '</p>';
    521521    /* translators: 1: Widgets admin screen URL, 2 and 3: The name of the default themes */
    522     $overview .= '<p>' . sprintf( __( 'Menus can be displayed in locations defined by your theme, even used in sidebars by adding a &#8220;Navigation Menu&#8221; widget on the <a href="%1$s">Widgets</a> screen. If your theme does not support the navigation 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>';
     522    $overview .= '<p>' . sprintf( __( 'Menus can be displayed in locations defined by your theme, even used in sidebars by adding a &#8220;Navigation Menu&#8221; widget on the <a href="%1$s">Widgets</a> screen. If your theme does not support the navigation 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 Seventeen', 'Twenty Nineteen' ) . '</p>';
    523523    $overview .= '<p>' . __( 'From this screen you can:' ) . '</p>';
    524524    $overview .= '<ul><li>' . __( 'Create, edit, and delete menus' ) . '</li>';
Note: See TracChangeset for help on using the changeset viewer.