mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 07:31:02 +08:00
FIX: documentation was using incorrect function (#9876)
This commit is contained in:
@ -933,7 +933,7 @@ class PluginApi {
|
|||||||
*
|
*
|
||||||
* Example:
|
* Example:
|
||||||
*
|
*
|
||||||
* api.appendUsernameDecorator(username => {
|
* api.addUsernameSelectorDecorator(username => {
|
||||||
* return `<span class="status">[is_away]</class>`;
|
* return `<span class="status">[is_away]</class>`;
|
||||||
* })
|
* })
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user