mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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 = '' ) {
|
||||
|
||||
Reference in New Issue
Block a user