Changeset 11376 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/content-pledge.php
- Timestamp:
- 12/15/2021 07:16:14 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/content-pledge.php
r9385 r11376 23 23 <?php echo wp_kses_data( sprintf( 24 24 "(<a href='%s'>@%s</a>)", 25 'https://profiles.wordpress.org/' . $contributor['username'] ,25 'https://profiles.wordpress.org/' . $contributor['username'] . '/', 26 26 $contributor['username'] 27 27 ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.