Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/devupdate.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ tags:
import { CodeBlock, CodeExample, InvalidExample, ValidExample } from '@site/src/components';

This page highlights the important changes that are coming in Moodle 4.3 for developers.

## Functions for generating and displaying user details
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A more appropriate heading would be something like "User-related API updates", then followed by a paragraph that describes the update. e.g. "New functions for generating and displaying user details have been created:", then followed by the list of the new user functions.


#### `core_user::get_profile_picture` for retrieving user picture.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use lists for the methods instead of headings.

Also, something to remember for the future: For accessibility reasons, headings must increase by one level. e.g. an h2 heading needs to have an h3 heading underneath it.

#### `core_user::get_profile_url` for retrieving profile url.
#### `core_user::get_fullname` for retrieving user full name.