Make WordPress Core


Ignore:
Timestamp:
07/25/2019 10:44:48 PM (4 years ago)
Author:
SergeyBiryukov
Message:

General: First pass at replacing Codex URLs with a corresponding HelpHub or DevHub article.

Props ianbelanger, tobifjellner, SergeyBiryukov.
See #47771.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php

    r44458 r45674  
    5252                                    /* translators: 1: Codex URL, 2: additional link attributes, 3: accessibility text */
    5353                                    _x( '(If you plan to use a menu <a href="%1$s" %2$s>widget%3$s</a>, skip this step.)', 'menu locations' ),
    54                                     __( 'https://codex.wordpress.org/WordPress_Widgets' ),
     54                                    __( 'https://wordpress.org/support/article/wordpress-widgets/' ),
    5555                                    ' class="external-link" target="_blank"',
    5656                                    sprintf(
Note: See TracChangeset for help on using the changeset viewer.