mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-07 09:49:04 +00:00
More param fixes, props duck_. see #14783.
git-svn-id: https://develop.svn.wordpress.org/trunk@16469 602fd350-edb4-49c9-b593-d223f7449a82
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