Advertisement
bhengh

SB fix for no pretty permalinks: NEW

May 7th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if ($relative_link and get_option('permalink_structure')) // relative links don't work if pretty permalinks are not being used
  2. return sb_query_char().implode('&', $bar);
  3. else
  4. return sb_display_url().sb_query_char().implode('&', $bar);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement