Docs: Improve parameter description for wp_parse_args()
.
Props dimadin for initial patch. Fixes #38167. git-svn-id: https://develop.svn.wordpress.org/trunk@38670 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b9e342c2f4
commit
9e028d2fd9
@ -3403,9 +3403,10 @@ function smilies_init() {
|
||||
* to be merged into another array.
|
||||
*
|
||||
* @since 2.2.0
|
||||
* @since 2.3.0 `$args` can now also be an object.
|
||||
*
|
||||
* @param string|array $args Value to merge with $defaults
|
||||
* @param array $defaults Optional. Array that serves as the defaults. Default empty.
|
||||
* @param string|array|object $args Value to merge with $defaults.
|
||||
* @param array $defaults Optional. Array that serves as the defaults. Default empty.
|
||||
* @return array Merged user defined values with defaults.
|
||||
*/
|
||||
function wp_parse_args( $args, $defaults = '' ) {
|
||||
|
Loading…
Reference in New Issue
Block a user