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:
parent
e9adba887d
commit
6de35acf28
|
@ -215,7 +215,7 @@ endforeach;
|
|||
|
||||
<?php
|
||||
$avatar_defaults = array(
|
||||
'mystery' => __('Mystery Man'),
|
||||
'mystery' => __('Mystery Person'),
|
||||
'blank' => __('Blank'),
|
||||
'gravatar_default' => __('Gravatar Logo'),
|
||||
'identicon' => __('Identicon (Generated)'),
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue