mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
PHP4 compat. Props SergeyBiryukov, westi. see #16080
git-svn-id: https://develop.svn.wordpress.org/trunk@17211 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1476,7 +1476,7 @@ $post_params = array(
|
||||
);
|
||||
$post_params = apply_filters( 'swfupload_post_params', $post_params );
|
||||
$p = array();
|
||||
foreach ( $post_params as $param => & $val )
|
||||
foreach ( $post_params as $param => $val )
|
||||
$p[] = "\t\t'$param' : '$val'";
|
||||
$post_params_str = implode( ", \n", $p );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user