Changeset 38670 for trunk/src/wp-includes/functions.php
- Timestamp:
- 09/28/2016 08:40:24 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r38636 r38670 3404 3404 * 3405 3405 * @since 2.2.0 3406 * 3407 * @param string|array $args Value to merge with $defaults 3408 * @param array $defaults Optional. Array that serves as the defaults. Default empty. 3406 * @since 2.3.0 `$args` can now also be an object. 3407 * 3408 * @param string|array|object $args Value to merge with $defaults. 3409 * @param array $defaults Optional. Array that serves as the defaults. Default empty. 3409 3410 * @return array Merged user defined values with defaults. 3410 3411 */
Note: See TracChangeset
for help on using the changeset viewer.