Advertisement
Guest User

Untitled

a guest
Sep 18th, 2014
1,123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. // Create function which allows more tags within comments
  2.     function allow_pres() {
  3.     global $allowedtags;
  4.     $allowedtags['pre'] = array('class'=>array());
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement