Skip to content

Commit

Permalink
Remove incorrect function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Jul 11, 2024
1 parent a80013c commit 5e744fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buddypress/docs/docs-loop.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</td>

<td class="author-cell hidden-xs">
<a href="<?php echo esc_attr( bp_core_get_user_url( get_the_author_meta( 'ID' ) ) ); ?>" title="<?php echo esc_attr( bp_core_get_user_displayname( get_the_author_meta( 'ID' ) ) ); ?>"><?php echo esc_html( bp_core_get_user_displayname( get_the_author_meta( 'ID' ) ) ); ?></a>
<a href="<?php echo esc_attr( bp_members_get_user_url( get_the_author_meta( 'ID' ) ) ); ?>" title="<?php echo esc_attr( bp_core_get_user_displayname( get_the_author_meta( 'ID' ) ) ); ?>"><?php echo esc_html( bp_core_get_user_displayname( get_the_author_meta( 'ID' ) ) ); ?></a>
</td>

<td class="date-cell created-date-cell hidden-sm hidden-xs">
Expand Down

0 comments on commit 5e744fa

Please sign in to comment.