Make WordPress Core


Ignore:
Timestamp:
07/04/2006 10:09:44 PM (19 years ago)
Author:
ryan
Message:

Force balanced tags in comments. Props Nazgul. fixes #2714

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/formatting.php

    r3907 r3963  
    506506}
    507507
     508function force_balance_tags($text) {
     509    return balanceTags($text, 0, true);
     510}
    508511
    509512function format_to_edit($content, $richedit = false) {
Note: See TracChangeset for help on using the changeset viewer.