Changeset 12109 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/author.php
- Timestamp:
- 10/07/2022 07:03:53 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/author.php
r11647 r12109 25 25 sprintf( 26 26 '<a href="%s" class="photo-author">%s</a>', 27 esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) )),27 esc_url( 'https://profiles.wordpress.org/' . get_the_author_meta( 'nicename' ) . '/' ), 28 28 get_avatar( get_the_author_meta( 'ID' ), 32 ) . get_the_author_meta( 'display_name' ) 29 29 )
Note: See TracChangeset
for help on using the changeset viewer.