Make WordPress Core


Ignore:
Timestamp:
04/15/2022 11:56:58 AM (4 years ago)
Author:
audrasjb
Message:

Text Changes: Fix various inconsistent capitalization issues.

Props Presskopp, arpitgshah, mukesh27, desrosj, audrasjb, marybaum.
Fixes #53028.

File:
1 edited

Legend:

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

    r52978 r53186  
    607607    $overview .= '<p>' . sprintf(
    608608        /* translators: 1: URL to Widgets screen, 2 and 3: The names of the default themes. */
    609         __( '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.' ),
     609        __( '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.' ),
    610610        admin_url( 'widgets.php' ),
    611611        'Twenty Twenty',
Note: See TracChangeset for help on using the changeset viewer.