Changeset 11344
- Timestamp:
- 11/26/2021 06:55:25 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/core/credits/shortcode.php
r9001 r11344 35 35 $output[] = '<a href="' . sprintf( $results['data']['profiles'], $username ) . '/">' . $name . '</a>'; 36 36 } 37 return wp_sprintf( '%l.', $output ); 37 38 return '<p>' . wp_sprintf( '%l.', $output ) . '</p>'; 38 39 }
Note: See TracChangeset
for help on using the changeset viewer.