Make WordPress Core


Ignore:
Timestamp:
05/24/2014 05:38:06 AM (11 years ago)
Author:
DrewAPicture
Message:

Add inline documentation for the option_none_value argument added to wp_dropdown_users|categories() in [28564].

Fixes #16625.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/user.php

    r28564 r28570  
    12531253 * <li>show_option_all - Text to show all and whether HTML option exists.</li>
    12541254 * <li>show_option_none - Text for show none and whether HTML option exists.</li>
     1255 * <li>option_none_value - Value to use when no option is selected.</li>
    12551256 * <li>hide_if_only_one_author - Don't create the dropdown if there is only one user.</li>
    12561257 * <li>orderby - SQL order by clause for what order the users appear. Default is 'display_name'.</li>
Note: See TracChangeset for help on using the changeset viewer.