Make WordPress Core

Changeset 33637


Ignore:
Timestamp:
08/18/2015 09:38:25 PM (10 years ago)
Author:
wonderboymusic
Message:

Fix case type in docs for get_children().

Props bobbingwide.
Fixes #33364.

File:
1 edited

Legend:

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

    r33630 r33637  
    313313 * @param mixed  $args   Optional. User defined arguments for replacing the defaults. Default empty.
    314314 * @param string $output Optional. Constant for return type. Accepts OBJECT, ARRAY_A, ARRAY_N.
    315  *                       Default OBJECt.
     315 *                       Default OBJECT.
    316316 * @return array Array of children, where the type of each element is determined by $output parameter.
    317317 *               Empty array on failure.
Note: See TracChangeset for help on using the changeset viewer.