@@ -841,6 +841,11 @@ function drupalorg_field_extra_fields() {
'description'=>t('User’s Vetted status'),
'weight'=>0,
],
'drupalorg_users_maintained_projects'=>array(
'label'=>t('Projects maintained'),
'description'=>t('Projects a user maintains'),
'weight'=>0,
),
),
),
),
@@ -5538,6 +5543,16 @@ function drupalorg_user_view($account, $view_mode) {
$account->content['drupalorg_user_issue_credit']['issue']['#prefix']='<h4>'.format_plural($issues,'Credited on 1 issue fixed in the past @time','Credited on @count issues fixed in the past @time',array('@time'=>ltrim($filter['value']['value'],'-'))).'</h4>';