Making WordPress.org

Changeset 11377


Ignore:
Timestamp:
12/15/2021 07:28:55 AM (4 years ago)
Author:
dd32
Message:

Developer: Link credit @mention's to profiles.wordpress.org with a trailing slash.

See #5810.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/handbooks.php

    r9172 r11377  
    233233                function ( $matches ) {
    234234                    return sprintf(
    235                         '<a href="https://profiles.wordpress.org/%s">@%s</a>',
     235                        '<a href="https://profiles.wordpress.org/%s/">@%s</a>',
    236236                        esc_attr( $matches[1] ),
    237237                        esc_html( $matches[1] )
Note: See TracChangeset for help on using the changeset viewer.