Increase both mystery and humanism

Built from https://develop.svn.wordpress.org/trunk@30089


git-svn-id: http://core.svn.wordpress.org/trunk@30089 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mark Jaquith 2014-10-29 03:20:24 +00:00
parent e9adba887d
commit 6de35acf28
2 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ endforeach;
<?php
$avatar_defaults = array(
'mystery' => __('Mystery Man'),
'mystery' => __('Mystery Person'),
'blank' => __('Blank'),
'gravatar_default' => __('Gravatar Logo'),
'identicon' => __('Identicon (Generated)'),

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-30088';
$wp_version = '4.1-alpha-30089';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.