Make WordPress Core

Changeset 47596


Ignore:
Timestamp:
04/17/2020 06:53:33 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix WPCS indentation issue in wp-admin/nav-menus.php.

This was causing a PEAR.Functions.FunctionCallSignature.Indent error if PHP_CodeSniffer 3.5.3 or newer is installed locally, despite the task passing on Travis.

See #49542.

File:
1 edited

Legend:

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

    r47557 r47596  
    549549    $overview .= '<p>' . sprintf(
    550550        /* translators: 1: URL to Widgets screen, 2 and 3: The names of the default themes. */
    551             __( '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.' ),
     551        __( '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.' ),
    552552        admin_url( 'widgets.php' ),
    553553        'Twenty Nineteen',
Note: See TracChangeset for help on using the changeset viewer.