~canonical-sysadmins/wordpress/4.6

« back to all changes in this revision

Viewing changes to wp-admin/options-discussion.php

  • Committer: Nick Moffitt
  • Date: 2015-01-15 11:05:37 UTC
  • mfrom: (1.1.1 wp4-upstream)
  • Revision ID: nick.moffitt@canonical.com-20150115110537-8bp1y42eyg0jsa7c
Tags: 4.1
MergeĀ upstreamĀ versionĀ 4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
 
216
216
<?php
217
217
$avatar_defaults = array(
218
 
        'mystery' => __('Mystery Man'),
 
218
        'mystery' => __('Mystery Person'),
219
219
        'blank' => __('Blank'),
220
220
        'gravatar_default' => __('Gravatar Logo'),
221
221
        'identicon' => __('Identicon (Generated)'),