Make WordPress Core

Changeset 56312

Timestamp:
07/26/2023 04:23:40 PM (12 months ago)
Author:
SergeyBiryukov
Message:

Help/About: Update “Get involved in WordPress” link on the Credits tab.

This commit updates the link URL to send contributors to an orientation tool for a short survey on what team they may be interested in joining. This coincides with the Get Involved tab.

Follow-up to [17877], [26354], [35898], [43032], [56220].

Props courane01, audrasjb.
Reviewed by audrasjb, SergeyBiryukov.
Merges [56311] to the 6.3 branch.
See #23348.

Location:
branches/6.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.3

  • branches/6.3/src/wp-admin/credits.php

    r56220 r56312  
    6161                ?>
    6262                <br />
    63                 <a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress.' ); ?></a>
     63                <a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress.' ); ?></a>
    6464            </p>
    6565
     
    6969                <?php _e( 'Want to see your name in lights on this page?' ); ?>
    7070                <br />
    71                 <a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress.' ); ?></a>
     71                <a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress.' ); ?></a>
    7272            </p>
    7373
Note: See TracChangeset for help on using the changeset viewer.