Make WordPress Core

Changeset 42714


Ignore:
Timestamp:
02/15/2018 01:25:22 PM (7 years ago)
Author:
atimmer
Message:

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

Amend r42708 by fixing the 80 character wrap around.

Props timhavinga.
See #43270.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/user-suggest.js

    r42708 r42714  
    2424         * 'wp-suggest-user'.
    2525         *
    26          * A minimum of two characters is required to trigger
    27          * the suggestions. The autocompletion menu is shown at the left bottom of the input
    28          * field. On RTL installations, it is shown at the right top.
    29          * Adds the class 'open' to the input field when the autocompletion menu
    30          * is shown.
     26         * A minimum of two characters is required to trigger the suggestions. The
     27         * autocompletion menu is shown at the left bottom of the input field. On
     28         * RTL installations, it is shown at the right top. Adds the class 'open' to
     29         * the input field when the autocompletion menu is shown.
    3130         *
    3231         * Does a backend call to retrieve the users.
Note: See TracChangeset for help on using the changeset viewer.