Projet

Général

Profil

Révision 6c9579f7

Ajouté par Assos Assos il y a environ 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/author_pane/plugins/content_types/author_pane.inc
32 32
    // Use the Real Name module if installed. Otherwise just the plain,
33 33
    // unthemed user name for the title since we don't want it linked.
34 34
    if (module_exists('realname')) {
35
      $block->title = theme('username', $account, array('plain' => TRUE));
35
      $block->title = theme('realname', $account, array('plain' => TRUE));
36 36
    }
37 37
    else {
38 38
      $block->title = check_plain($account->name);

Formats disponibles : Unified diff