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:
rboren 2005-02-01 17:27:10 +00:00
parent e75e000346
commit 8b0d256a44
1 changed files with 1 additions and 1 deletions

View File

@ -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);