Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Create function which allows more tags within comments
- function allow_pres() {
- global $allowedtags;
- $allowedtags['pre'] = array('class'=>array());
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement