diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index ebb1ca67fe..93ba372e8a 100644 --- a/wp-includes/link-template.php +++ b/wp-includes/link-template.php @@ -3675,7 +3675,7 @@ function the_shortlink( $text = '', $title = '', $before = '', $after = '' ) { * @type string $default URL for the default image or a default type. Accepts '404' (return * a 404 instead of a default image), 'retro' (8bit), 'monsterid' (monster), * 'wavatar' (cartoon face), 'indenticon' (the "quilt"), 'mystery', 'mm', - * or 'mysterman' (The Oyster Man), 'blank' (transparent GIF), or + * or 'mysteryman' (The Oyster Man), 'blank' (transparent GIF), or * 'gravatar_default' (the Gravatar logo). Default is the value of the * 'avatar_default' option, with a fallback of 'mystery'. * @type bool $force_default Whether to always show the default image, never the Gravatar. Default false. @@ -3709,7 +3709,7 @@ function get_avatar_url( $id_or_email, $args = null ) { * @type string $default URL for the default image or a default type. Accepts '404' (return * a 404 instead of a default image), 'retro' (8bit), 'monsterid' (monster), * 'wavatar' (cartoon face), 'indenticon' (the "quilt"), 'mystery', 'mm', - * or 'mysterman' (The Oyster Man), 'blank' (transparent GIF), or + * or 'mysteryman' (The Oyster Man), 'blank' (transparent GIF), or * 'gravatar_default' (the Gravatar logo). Default is the value of the * 'avatar_default' option, with a fallback of 'mystery'. * @type bool $force_default Whether to always show the default image, never the Gravatar. Default false. diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index bde6209784..13f1f8721e 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -2252,7 +2252,7 @@ if ( !function_exists( 'get_avatar' ) ) : * @param string $default Optional. URL for the default image or a default type. Accepts '404' * (return a 404 instead of a default image), 'retro' (8bit), 'monsterid' * (monster), 'wavatar' (cartoon face), 'indenticon' (the "quilt"), - * 'mystery', 'mm', or 'mysterman' (The Oyster Man), 'blank' (transparent GIF), + * 'mystery', 'mm', or 'mysteryman' (The Oyster Man), 'blank' (transparent GIF), * or 'gravatar_default' (the Gravatar logo). Default is the value of the * 'avatar_default' option, with a fallback of 'mystery'. * @param string $alt Optional. Alternative text to use in <img> tag. Default empty. diff --git a/wp-includes/version.php b/wp-includes/version.php index 64bea40ab9..b855b2591a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34987'; +$wp_version = '4.4-alpha-34988'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.