mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
7d2cd516d1
commit
34c6523a0d
@ -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.
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user