Changeset 9001
- Timestamp:
- 06/28/2019 05:06:08 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/core/credits/shortcode.php
r543 r9001 33 33 $output = array(); 34 34 foreach ( $props as $username => $name ) { 35 $output[] = '<a href="' . sprintf( $results['data']['profiles'], $username ) . ' ">' . $name . '</a>';35 $output[] = '<a href="' . sprintf( $results['data']['profiles'], $username ) . '/">' . $name . '</a>'; 36 36 } 37 37 return wp_sprintf( '%l.', $output );
Note: See TracChangeset
for help on using the changeset viewer.