Make WordPress Core

Changeset 48191


Ignore:
Timestamp:
06/27/2020 12:43:07 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Administration: Correct the URL for "Learn more about getting started" link in "Welcome to WordPress" panel.

Props hareesh-pillai, johnbillion.
Fixes #50484.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r48146 r48191  
    19251925            <li><?php printf( '<a href="%s" class="welcome-icon welcome-comments">' . __( 'Turn comments on or off' ) . '</a>', admin_url( 'options-discussion.php' ) ); ?></li>
    19261926        <?php endif; ?>
    1927             <li><?php printf( '<a href="%s" class="welcome-icon welcome-learn-more">' . __( 'Learn more about getting started' ) . '</a>', __( 'https://wordpress.org/support/article/first-steps-with-wordpress-b/' ) ); ?></li>
     1927            <li><?php printf( '<a href="%s" class="welcome-icon welcome-learn-more">' . __( 'Learn more about getting started' ) . '</a>', __( 'https://wordpress.org/support/article/first-steps-with-wordpress/' ) ); ?></li>
    19281928        </ul>
    19291929    </div>
Note: See TracChangeset for help on using the changeset viewer.