Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33026, comment 11


Ignore:
Timestamp:
07/20/2015 08:30:39 PM (9 years ago)
Author:
theMikeD
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33026, comment 11

    initial v1  
    11Patch added. Note that I also changed
    22
     3{{{
     4 * @param string|array $parent_dropdown_args {
     5 *     Optional. Array or string of arguments to generate a categories drop-down element.
     6}}}
     7to
    38{{{
    49 * @param array $parent_dropdown_args {
    510 *     Optional. Array of arguments to generate a categories drop-down element.
    611}}}
    7 to
    8 {{{
    9  * @param string|array $parent_dropdown_args {
    10  *     Optional. Array or string of arguments to generate a categories drop-down element.
    11 }}}
    1212since it takes an array built in the immediately previous line.