MDL-59528 core: Add option to display fullname beside user picture
This commit is contained in:
@@ -201,6 +201,11 @@ class user_picture implements renderable {
|
||||
*/
|
||||
public $visibletoscreenreaders = true;
|
||||
|
||||
/**
|
||||
* @var bool Whether to include the fullname in the user picture link.
|
||||
*/
|
||||
public $includefullname = false;
|
||||
|
||||
/**
|
||||
* User picture constructor.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user