Docs: Improve JSDoc for wp-admin/js/user-suggest.js.

Amend r42708 by fixing the 80 character wrap around.

Props timhavinga.
See #43270.


git-svn-id: https://develop.svn.wordpress.org/trunk@42714 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Anton Timmermans 2018-02-15 13:25:22 +00:00
parent 602724f7a8
commit dcc39fc4e7

View File

@ -23,11 +23,10 @@
* Adds an autocomplete function to input fields marked with the class
* 'wp-suggest-user'.
*
* A minimum of two characters is required to trigger
* the suggestions. The autocompletion menu is shown at the left bottom of the input
* field. On RTL installations, it is shown at the right top.
* Adds the class 'open' to the input field when the autocompletion menu
* is shown.
* A minimum of two characters is required to trigger the suggestions. The
* autocompletion menu is shown at the left bottom of the input field. On
* RTL installations, it is shown at the right top. Adds the class 'open' to
* the input field when the autocompletion menu is shown.
*
* Does a backend call to retrieve the users.
*