mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Docs: Correct and improve the documented types for various functions and hooks.
See #55646 git-svn-id: https://develop.svn.wordpress.org/trunk@53877 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4239,9 +4239,9 @@ function is_avatar_comment_type( $comment_type ) {
|
||||
* @return array {
|
||||
* Along with the arguments passed in `$args`, this will contain a couple of extra arguments.
|
||||
*
|
||||
* @type bool $found_avatar True if we were able to find an avatar for this user,
|
||||
* false or not set if we couldn't.
|
||||
* @type string $url The URL of the avatar we found.
|
||||
* @type bool $found_avatar True if an avatar was found for this user,
|
||||
* false or not set if none was found.
|
||||
* @type string|false $url The URL of the avatar that was found, or false.
|
||||
* }
|
||||
*/
|
||||
function get_avatar_data( $id_or_email, $args = null ) {
|
||||
|
||||
Reference in New Issue
Block a user