diff --git src/wp-includes/pluggable.php src/wp-includes/pluggable.php
index aec0886..8db1a51 100644
|
|
function get_avatar( $id_or_email, $size = 96, $default = '', $alt = '', $args = |
2293 | 2293 | * Filter whether to retrieve the avatar URL early. |
2294 | 2294 | * |
2295 | 2295 | * Passing a non-null value will effectively short-circuit get_avatar(), passing |
2296 | | * the value through the {@see 'pre_get_avatar'} filter and returning early. |
| 2296 | * the value through the {@see 'get_avatar'} filter and returning early. |
2297 | 2297 | * |
2298 | 2298 | * @since 4.2.0 |
2299 | 2299 | * |