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:
@@ -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] ) ) );
|
||||
|
||||
Reference in New Issue
Block a user