More param fixes, props duck_. see #14783.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16469 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-11-18 19:12:48 +00:00
parent a40a66dfe1
commit b8ce0261df
11 changed files with 32 additions and 32 deletions

View File

@@ -1577,7 +1577,7 @@ function wp_iso_descrambler($string) {
*
* @since 3.1.0
* @access private
* @param $match the preg_replace_callback matches array
* @param array $match the preg_replace_callback matches array
*/
function _wp_iso_convert( $match ) {
return chr( hexdec( strtolower( $match[1] ) ) );