Ticket #33364: 33364.patch
File 33364.patch, 652 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/post.php
312 312 * 313 313 * @param mixed $args Optional. User defined arguments for replacing the defaults. Default empty. 314 314 * @param string $output Optional. Constant for return type. Accepts OBJECT, ARRAY_A, ARRAY_N. 315 * Default OBJEC t.315 * Default OBJECT. 316 316 * @return array Array of children, where the type of each element is determined by $output parameter. 317 317 * Empty array on failure. 318 318 */