.fm should POST to. Takes into account * whether mod_rewrite is enabled. * * @return a URL that can be set as Ping.fm's Custom URL */ public static function get_post_url($token) { global $wp_rewrite; $url = get_bloginfo('url') . '/'; $url .= $wp_rewrite->using_permalinks() ? 'pingfm/post/' : '?pa=post&pk='; $url .= $token; return $url; } } ?>
Parse error: syntax error, unexpected '}' in /home/content/w/u/p/wup55/html/hunting/wp-content/plugins/wptouch/include/compat.php on line 92