We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41d1e5 commit bfb4db3Copy full SHA for bfb4db3
includes/Controllers/AdminBar.php
@@ -64,7 +64,7 @@ public function userSearch()
64
$link = add_query_arg( 'redirect_to', apply_filters( 'abus_switch_to_url', $url ), $link );
65
$html .= '
66
<p class="result">
67
- <a href="' . esc_url( $link, $user ) . '">' . $user->display_name . '</a>
+ <a href="' . esc_url( $link, $user ) . '">' . apply_filters( 'abus_display_name', $user->display_name, $user ) . '</a>
68
</p>
69
';
70
}
0 commit comments