Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/26/2004 10:14:22 AM (21 years ago)
Author:
matt
Message:

Titles, what a novel concept. Need to do login at some point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-includes/formatting-functions.php

    r2 r3  
    6262    $text = preg_replace('|&lt;(/?li.*?)&gt;|', '<$1>', $text);
    6363    $text = preg_replace('|&lt;(/?blockquote.*?)&gt;|', '<$1>', $text);
     64    $text = preg_replace('|&lt;(/?code.*?)&gt;|', '<$1>', $text);
    6465    return $text;
    6566}
Note: See TracChangeset for help on using the changeset viewer.