mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Fix typo spotted by morganiq.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2197 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e75e000346
commit
8b0d256a44
@ -937,7 +937,7 @@ function do_action($tag, $arg = '') {
|
||||
if ( is_array($arg) )
|
||||
$args = $arg + array_slice(func_get_args(), 2);
|
||||
else
|
||||
$args = array($action) + array_slice(func_get_args(), 2);
|
||||
$args = array($arg) + array_slice(func_get_args(), 2);
|
||||
|
||||
merge_filters($tag);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user