Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if ($instance["type" . $i] == $instance["tag" . $i])
  2. {
  3. $postsq = $instance["slugs" . $i];
  4. }
  5. elseif ($instance["type" . $i] == $instance["cat" . $i])
  6. {
  7. $postsq = implode(",",$instance["category" . $i]);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement