eturn $protocols;
}
?>
Array of allowed protocols
*/
function wp_allowed_protocols() {
static $protocols;
if ( empty( $protocols ) ) {
$protocols = array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn' );
$protocols = apply_filters( 'kses_allowed_protocols', $protocols );
}
return $protocols;
}
?>
eturn $protocols;
}
?>
hing) {
if ( is_object($thing) && is_a($thing, 'WP_Error') )
return true;
return false;
}
?>
Parse error: syntax error, unexpected ';', expecting ']' in /home/affilitom/childrensbehavior.net/wp-includes/plugin.php on line 227