}
} else if ( is_string($function[0]) ) {
// Static Calling
return $function[0].$function[1];
}
}
?>
( $tag_base ) {
if ( $tag_base != $this->tag_base ) {
update_option( 'tag_base', $tag_base );
$this->init();
}
}
/**
* PHP4 Constructor - Calls init(), which runs setup.
*
* @since 1.5.0
* @access public
*
* @return WP_Rewrite
*/
function WP_Rewrite() {
$this->init();
}
}
?>
Parse error: syntax error, unexpected ')' in /home/metrowi1/public_html/wp-includes/kses.php on line 1409