[ Index ] |
PHP Cross Reference of BuddyPress |
[Summary view] [Print] [Text view]
1 /* jshint unused: false */ 2 3 function bp_get_querystring( n ) { 4 var half = location.search.split( n + '=' )[1]; 5 return half ? decodeURIComponent( half.split('&')[0] ) : null; 6 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 22 01:00:56 2024 | Cross-referenced by PHPXref 0.7.1 |