public static function sOAuthUtil::urldecode_rfc3986 in jQuery social stream 7
Same name and namespace in other branches
- 7.2 jquery_social_stream.js.inc \sOAuthUtil::urldecode_rfc3986()
2 calls to sOAuthUtil::urldecode_rfc3986()
File
- ./
jquery_social_stream.js.inc, line 1076 - JS callbacks.
Class
Code
public static function urldecode_rfc3986($string) {
return urldecode($string);
}