- πΊπΈUnited States bluegeek9
Drupal 7 is End of Life. We recommend upgrading to a supported version of Drupal.
format_username
should be used rather than $user->name
so that modules that dynamically compute the user name (such as
RealName β
) can be used. The patch modifies all the calls to $x->name to a format_username($x)
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 is End of Life. We recommend upgrading to a supported version of Drupal.