Changeset 11377
- Timestamp:
- 12/15/2021 07:28:55 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/handbooks.php
r9172 r11377 233 233 function ( $matches ) { 234 234 return sprintf( 235 '<a href="https://profiles.wordpress.org/%s ">@%s</a>',235 '<a href="https://profiles.wordpress.org/%s/">@%s</a>', 236 236 esc_attr( $matches[1] ), 237 237 esc_html( $matches[1] )
Note: See TracChangeset
for help on using the changeset viewer.