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

Amend r42708 by fixing the 80 character wrap around.

Props timhavinga.
See #43270.

Built from https://develop.svn.wordpress.org/trunk@42714


git-svn-id: http://core.svn.wordpress.org/trunk@42542 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
atimmer 2018-02-15 13:26:33 +00:00
parent 7d2cd516d1
commit 34c6523a0d
2 changed files with 5 additions and 6 deletions

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.
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42713';
$wp_version = '5.0-alpha-42714';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.